Skip to content

Update a notification destination.

PUT
/notification/{notification_id}
curl --request PUT \
--url https://api.siteqwality.com/notification/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "type": "email", "details": { "email_address": "example" } }'
notification_id
required
string format: uuid

Notification identifier

Media type application/json
object
type
One of:
null
details
One of:
null

Notification destination updated

Invalid request body

Missing or invalid authentication

Notification not found

Internal server error