Upsert notification overrides for a specific board

Replaces board-level notification overrides for the specified employee (defaults to the calling employee). Admins and users with EDIT permission on the employee may pass employee_id to update another employee's overrides. Event types listed in items override the global preference for this board. Event types not listed revert to the employee's global preference. Sending an empty items array clears all overrides (global preferences apply). Returns 404 if the employee is not a subscriber of the board.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Board ID

Query Params
int64

Target employee ID (defaults to caller)

Body Params

Request body for PUT /me/notification-preferences and
PUT /boards/{id}/notification-overrides.

items
array of objects
required
items*
Responses

400

Invalid event type

401

Unauthorized

403

Forbidden — caller lacks EDIT permission on the target employee

404

Employee not found or not a subscriber of this board

500

Internal server error

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json