Patch Config
Enable or disabled a notification scenario configuration of an organization
Request
URI
PATCH
https://{api_host}/notification/api/scenario-configs
COPY
Request Body
NotificationScenarioConfigPatch
of type(s)
application/json
Required
{
"enabled": false,
"scenarioId": "string"
}
boolean
enabled
Required
Notification scenario enabled
string
scenarioId
Required
Notification scenario id
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enabled:"boolean","scenarioId:"string"}'
Notification Scenario Configuration Operations
GET
Get All Scenario Configs
PATCH
Patch Config
POST
Create Or Update
DELETE
Delete
GET
Get Scenario Config
POST
Preview Notification Config
POST
Send Test Notification