| Parameter | Type | Description |
|---|---|---|
| id | integer | Alert ID |
| Parameter | Type | Required? | Description |
|---|---|---|---|
| report_status | enum: ['safe', 'need_help'] | yes |
| Key | Type | Description |
|---|---|---|
| alert | Alert | See: Alert model |
| Status | Description |
|---|---|
404 | Alert not found |
422 | Invalid parameters - see Invalid parameters errors model |
{
"alert": {} // Alert - see 'Alert model'
}curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/users/me/operations/alerts/1/report' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'X-Store-Id;'{}