Skip to content

Enable or disable do not disturb for notification delivery​

PATCH
/notifications/do-not-disturb

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Request Body​

application/json
JSON
{
  
"enabled": true
}

Responses​

OK

application/json
JSON
{
  
"do_not_disturb": true,
  
"aria_label": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI