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