Skip to content

Update Notification Settings in Bulk

PATCH
/notification-settings

Update multiple notification settings (Push, Email, Text) for different events in bulk for the current user.

Request payload to update multiple notification settings

Array<object>

Request to bulk update notification settings for a specific event.

object
email
required
boolean
event
required
string
OFFICE_EVENT_OFFER_RECEIVED
push
required
boolean
true
text
required
boolean
true

Notification settings updated successfully

Bad Request: invalid data or unsupported event/user type/flag value

object
error
string
some meaningful error message

Unauthorized: user is not authenticated

object
error
string
some meaningful error message

Internal Server Error: failed to update notification settings

object
error
string
some meaningful error message