Create Placement
POST/publisher/sources/:sourceId/placements
Creates a new placement on the given source. The placement id is generated server-side from the name and bundle fields — store it, you will need it for update and delete calls.
Request
Responses
- 201
- 401
- 403
- 409
Placement created. Returns the created placement including its generated id.
Unauthorized – missing or expired bearer token.
Forbidden – the authenticated publisher does not own the requested source.
Conflict – placement ID collision.