Skip to main content
PATCH
Update a campaign

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

campaignGuid
string
required

The unique identifier of the campaign to update.

Body

application/json
properties
object
required

An object containing key-value pairs where each key is a property name and each value is a string representing the property's value. This object holds the various attributes of the campaign.

Response

successful operation

businessUnits
object[]
required

An array of business units associated with the campaign, where each business unit is represented by its unique identifier.

createdAt
string<date-time>
required

The date and time when the campaign was created, in ISO 8601 format.

id
string
required

The unique identifier for the campaign.

properties
object
required

A map of custom property names to their values, representing specific attributes of the campaign.

updatedAt
string<date-time>
required

The date and time when the campaign was last updated, in ISO 8601 format.

Last modified on August 3, 2026