Skip to main content
PATCH
Update an existing creative asset. All fields are optional — only include the fields you want to change.

Path Parameters

string
required
The unique identifier of the creative to update.

Body Parameters

string | null
Creative name. Maximum 255 characters. Set to null to clear.
string | null
Creative description. Set to null to clear.
string | null
Creative category. Valid values: brand, banner, product, content, video, document. Set to null to clear.
string | null
Creative subcategory. Set to null to clear.
string | null
Asset URL. Must be a valid URL. Set to null to clear.
string | null
HTML or text content. Set to null to clear.
array
Tags for categorization.
object | null
Asset dimensions (width and height in pixels). Set to null to clear.
string | null
Usage instructions. Set to null to clear.
string | null
Usage restrictions. Set to null to clear.

Response

Returns the updated creative object. Same structure as items in the List Creatives response.