Notifications
Update notification
Update an existing notification owned by the current account. All type-specific rules from creation apply.
patch/notifications/{notification_id}
Path parameters
notification_idinteger required
ID of the notification.
ID of the notification.
Request body
Example request
{
"method_id": 1,
"type": "domain",
"value": "example.com"
}Response
Notification updated successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.