Skip to main content
POST
Update current member notification preferences

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Body

application/json
eventType
enum<string>
required
Available options:
mention.created,
issue.assigned,
comment.added,
issue.status_changed
enabled
boolean
required
channel
enum<string>
default:in_app
Available options:
in_app,
google_chat

Response

Successful response

preference
object
required

Current-member notification preference. Supported channels are in_app and google_chat; the google_chat mention.created preference controls mentions, assignments, and direct replies, while ordinary comments and status changes are excluded. Google Chat delivery is independent from in-app delivery. Disabling google_chat does not acknowledge or clear in-app notifications. Disabling in_app mention.created delivery also attempts to acknowledge current unread mention notifications.