Skip to main content
POST
Update Creatives

Body

application/json
height
integer<uint32>
required

Height of the creative in pixels.

Required range: x >= 0
id
string<uuid>
required

Unique identifier for the creative (UUID v7).

name
string
required

Human-readable name of the creative.

owner_id
string<uuid>
required

User ID of the admin/operator who created the creative.

type
enum<string>
required

Type of the creative (e.g., "banner", "video", "native").

Available options:
banner,
video,
native
width
integer<uint32>
required

Width of the creative in pixels.

Required range: x >= 0
advertiser_domain
string | null

Advertiser domain using this creative.

advertiser_id
string<uuid> | null

Advertiser ID using this creative.

banner
object | null

Banner creative content.

Example:
description
string | null

Optional description of the creative.

end_date
string<date-time> | null
ext
any
default:{}

extension for the creative

native
object | null

Native creative content

Example:
start_date
string<date-time> | null
status
enum<string>
default:inactive

Status of the creative.

Available options:
inactive,
active
video
object | null

Video creative content.

Example:

Response

Success