push-notification

Update Notification Permissions

Update notification permissions for the authenticated user. Updates ALL push notification records for the authenticated user. Allows toggling individual notification permission fields from true to false or vice versa. Only the fields provided in the request will be updated.

put/push-notification/notification-permissions/

Request body

is_notification_enabledboolean nullable
notify_refund_requestedboolean nullable
notify_refund_decisionboolean nullable
notify_customer_messageboolean nullable
notify_tickets_running_lowboolean nullable
notify_ticket_category_sold_outboolean nullable

Example request

{
  "is_notification_enabled": false,
  "notify_customer_message": true,
  "notify_refund_decision": false,
  "notify_refund_requested": true,
  "notify_ticket_category_sold_out": true,
  "notify_tickets_running_low": false
}

Response

Successful Response

{"stackTrail":"paths:/push-notification/notification-permissions/:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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