Parameter | Type | Description |
---|---|---|
id | integer | Alert ID |
Key | Type | Description |
---|---|---|
alert | Alert | See: Alert model |
Status | Description |
---|---|
404 | Alert not found |
405 | Alert cannot be accepted |
422 | Invalid parameters - see Invalid parameters errors model |
{
"alert": {} // Alert - see 'Alert model'
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/operations/alerts/1/accept' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}