Skip to main content
PATCH
Patch Multiple Items

Error Reference: Content Controls

Common errors: missing patch operations (400), publisher not found (400), validation errors (422), bulk patch failure (500).

Authorizations

Authorization
string
header
default:<api-key>
required

Bearer authentication header of the form Bearer <api-key>, where <api-key> is your API key.

Query Parameters

publisher_id
string<uuid>
required

Body

application/json
filter
MultiItemPatchFilter · object
required
ops
PatchOperation · object[]
required
Minimum array length: 1
limit
integer
default:100
Required range: 1 <= x <= 10000

Response

Successful Response

success
boolean
required
total_matched
integer
required
total_patched
integer
required
total_failed
integer
required
results
ItemPatchResult · object[]
required
message
string
required
filter_applied
MultiItemPatchFilter · object
required