v1
latestOpenAPI 3.1.02026-07-26950137.9 KBPatch a Collection
Submit a PATCH request. The request body must contain a JSON object with:
A patch_operation ("ADD", "REMOVE" or "REPLACE") An object that supports the PATCH operation.<br> See Patching Collections (above) for an overview. See below in this topic for examples and restrictions.
patch/backstage/api/1.0/{account_id}/campaigns/{campaign_id}
Path parameters
account_idstring required
An alphabetic ID. See Get Account Details.
campaign_idstring required
A numeric ID. See the response returned by Get All Campaigns.
Request body
Response
200
Example response
{
"patch_operation": "ADD",
"publisher_bid_modifier": {
"values": [
{
"target": "publisher1",
"cpc_modification": 1.5
}
]
}
}