Create Or Update 1

Create Or Update 1

Creates or updates a notification scenario branding of an organization

Request
URI
POST
https://{api_host}/notification/api/scenario-branding
COPY
Request Body
NotificationScenarioBranding of type(s) application/json
Required

Show optional properties

{
    "footer": "string",
    "header": "string"
}
{
    "customized": false,
    "footer": "string",
    "header": "string"
}
boolean
customized
Optional

customized

string
footer
Required
Constraints: maxLength: 8000

Notification scenario footer

string
header
Required
Constraints: maxLength: 8000

Notification scenario header

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NotificationScenarioBranding of type(s) application/json
"NotificationScenarioBranding Object"
boolean
customized
Optional

customized

string
footer
Required
Constraints: maxLength: 8000

Notification scenario footer

string
header
Required
Constraints: maxLength: 8000

Notification scenario header


400

Bad Request

Returns NotificationScenarioBranding of type(s) application/json
"NotificationScenarioBranding Object"
boolean
customized
Optional

customized

string
footer
Required
Constraints: maxLength: 8000

Notification scenario footer

string
header
Required
Constraints: maxLength: 8000

Notification scenario header


401

Unauthorized

Returns NotificationScenarioBranding of type(s) application/json
"NotificationScenarioBranding Object"
boolean
customized
Optional

customized

string
footer
Required
Constraints: maxLength: 8000

Notification scenario footer

string
header
Required
Constraints: maxLength: 8000

Notification scenario header


403

Forbidden

Returns NotificationScenarioBranding of type(s) application/json
"NotificationScenarioBranding Object"
boolean
customized
Optional

customized

string
footer
Required
Constraints: maxLength: 8000

Notification scenario footer

string
header
Required
Constraints: maxLength: 8000

Notification scenario header


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"footer:"string","header:"string"}' https://{api_host}/notification/api/scenario-branding