Create Or Update
Creates or updates a notification scenario configuration of an organization
The 'body' field of each scenario configuration will be retrieved.
Show optional properties
{
"enabled": false,
"scenarioId": "string"
}
{
"body": "string",
"enabled": false,
"scenarioCategory": "string",
"scenarioDescription": "string",
"scenarioId": "string",
"scenarioName": "string",
"subject": "string"
}
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
OK
"NotificationScenarioConfig Object"
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
Bad Request
"NotificationScenarioConfig Object"
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
Unauthorized
"NotificationScenarioConfig Object"
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
Forbidden
"NotificationScenarioConfig Object"
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enabled:"boolean","scenarioId:"string"}' https://{api_host}/notification/api/scenario-configs