Notifications
Update notification method
Update an existing notification method owned by the current account.
Errors
- 401 Authentication required.
- 404 Notification method not found.
- 422 Request validation error.
patch/notification_methods/{method_id}
Path parameters
method_idinteger required
ID of the notification method.
ID of the notification method.
Request body
Example request
{
"type": "email",
"value": "alerts@example.com"
}Response
Method updated successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.