Skip to main content
POST
Update the application settings

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required

The id of the application to update the settings for.

Body

application/json
eventDetailsUrl
string
required

The url that will be used to fetch marketing event details by id. Must contain a %s character sequence that will be substituted with the event id. For example: https://my.event.app/events/%s

Response

successful operation

appId
integer<int32>
required

The id of the application the settings are for

eventDetailsUrl
string
required

The url that will be used to fetch marketing event details by id

Last modified on March 31, 2026