Skip to content

Update an existing placement​

PUT
/placements/{PlacementId}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"PlacementId": 0,
"PostSaveSteps": [
{
"StepAction": 0,
"StepName": "string",
"StepDisplayName": "string",
"URL": "string",
"StepData": null
}
]
}

Playground​

Authorization
Variables
Key
Value

Samples​