Notifications

Set notification active

Enable or disable a notification by ID.

patch/notifications/{notification_id}/active

Path parameters

notification_idinteger required

ID of the notification.

ID of the notification.

Request body

is_activeboolean required

Set the notification as active/inactive.

Example request

{
  "is_active": true
}

Response

Status updated successfully.

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.