Skip to main content
POST
Update Placements

Body

application/json
created_at
string<date-time>
required

The date and time when the placement was created.

created_by
string<uuid>
required

The ID of the user who created the placement.

id
string<uuid>
required

Unique identifier for the placement (UUID v4).

name
string
required

Human-readable name of the placement.

ad_unit_ids
string<uuid>[]

List of ad unit IDs associated with this placement.

Maximum array length: 1000
description
string | null

Optional description of the placement.

ext
any

Extension field for additional placement-specific data.

status
default:INACTIVE

Operational status of the placement. Defaults to Inactive.

Allowed value: "ACTIVE"

Response

Success