Notification State

Use to manage notification state.

Get notification state

Get notification state

SecuritybearerAuth
Responses
200

Notification state

401

Unauthorized

403

Forbidden

404

The specified resource was not found

500

unexpected error

501

unexpected error

503

unexpected error

get/api/v1/notification-state
Response samples
application/json
{
  • "enabled": false
}

Update notification state

Update tenant notifications state

SecuritybearerAuth
Request
Request Body schema: application/json
enabled
boolean
Default: false
Responses
200

Notification Channel config

400

Bad request.

401

Unauthorized

403

Forbidden

404

The specified resource was not found

500

unexpected error

501

unexpected error

503

unexpected error

patch/api/v1/notification-state
Request samples
application/json
{
  • "enabled": false
}
Response samples
application/json
{
  • "enabled": false
}