Skip to main content
PUT
Update a display action

Authorizations

Authorization
string
header
required

Path Parameters

campaignId
string
required
version
string
required
Pattern: (/version/.+)?
controllerId
string
required
actionId
string
required

Body

application/json

Body of a PUT /v2/campaigns/{campaignId}{version:(/version/.+)?}/controllers/{controllerId}/actions/displays/{actionId} request.

body

Choose between static or dynamic body

component_ids
string[]
component_references
object[]
enabled

Choose between static or dynamic enabled

headers

Choose between static or dynamic headers

quality
enum<string>
Available options:
ALWAYS,
HIGH,
LOW
response

Choose between static or dynamic response

Response

Successful response

action_id
string
action_type
enum<string>
Available options:
DISPLAY
component_ids
string[]
component_references
object[]
enabled

The enabled as configured: a literal value, or an expression (type:string) when defined dynamically.

quality
enum<string>
Available options:
ALWAYS,
HIGH,
LOW
body

The body as configured: a literal value, or an expression (type:string) when defined dynamically.

headers

The headers as configured: a literal value, or an expression (type:string) when defined dynamically.

response

The response as configured: a literal value, or an expression (type:string) when defined dynamically.