Skip to main content
PATCH
Update Images

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Explicit list of independent logical-image patches.

Every update names its source exactly (structured coordinates or a reference); there is no server-side search selection for mutations.

updates
ImageUpdateItem · object[]
required

Logical-image patches (max 100 per request)

Required array length: 1 - 100 elements
mode
enum<string>
default:explicit
Available options:
explicit
Allowed value: "explicit"
dryRun
boolean
default:false

Response

Successful Response

Response for both explicit and search update modes.

success
boolean
required

True only when every item succeeded

dryRun
boolean
required
results
ImageUpdateResult · object[]