Patch Config

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

Authentication
This operation uses the following authentication methods.
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"}'