v1

latestOpenAPI 3.0.12026-07-22204678550.0 KB
Campaign

/2026-01/marketing-solutions/campaigns

Patch a list of Campaigns.

A campaign, or in other words a marketing campaign, is an entity that defines advertising objectives and success criteria.

patch/2026-01/marketing-solutions/campaigns

Request body

Example request

{
  "data": [
    {
      "type": "Campaign"
    }
  ]
}

Response

List of patched campaigns.

Example response

{
  "data": [
    {
      "type": "Campaign"
    }
  ]
}