Patch 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.
See Patching Collections (above) for an overview. See below in this topic for examples and restrictions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to rsschecking

An alphabetic ID. See Get Account Details.

string
required
Defaults to 80033

A numeric ID. See the response returned by Get All Campaigns.

Body Params
json
required
Defaults to { "patch_operation": "ADD", "publisher_bid_modifier": { "values": [ { "target": "publisher1", "cpc_modification": 1.5 }, { "target": "publisher2", "cpc_modification": 0.9 } ] } }

A JSON object with:
- a patch_operation ("ADD", "REMOVE" or "REPLACE")
- An object that supports the PATCH operation.
See below for additional examples and restrictions.

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json