Set consumer pause state (admin)

put/api/notifications/v1/admin/consumers/pause

Sets the pause state for all event consumers. Set paused=true to pause, paused=false to unpause. Protected by the NCC-Failover-Switch-Enabled feature flag.

Request Body

paused boolean required

200 Response

success boolean required
Whether the operation was successful
Example: true
message string required
Descriptive message about the operation result
Example: Consumers successfully paused
paused boolean required
Current pause state of consumers
Example: true

400 Response