Update Placement
PUT/publisher/sources/:sourceId/placements
Updates an existing placement. Send the full placement object including its id — all fields are replaced.
Request
Responses
- 200
- 401
- 403
- 404
- 409
Placement updated. Returns the updated placement.
Unauthorized – missing or expired bearer token.
Forbidden – the authenticated publisher does not own the requested source.
Not Found – no placement with that id exists on the given source.
Conflict – placement ID collision.