Update

Replace a placement. All fields must be provided. Use type "placementMainPage" or "placementPushNotification" to set the placement kind. If the type is "placementPushNotification", availableSlots is automatically set to 1.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
Unique identifier of the organization
placementIdstringRequired

Unique identifier of the placement (UUID v7)

Request

Placement data for update
dataobjectRequired
Placement data for update

Response

Updated placement resource
placementMainPageobject

Main-page placement resource data

OR
placementPushNotificationobject

Push-notification placement resource data

Errors

400
Invalid Request
401
Unauthorized Error
403
Forbidden Error
404
Does Not Exist Error
500
Internal Server Error