Skip to main content
Bulk Update Job Architecture Changes

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
change_status
enum<string>
required

The new status to apply to all specified changes

Available options:
saved,
deleted
Example:

"saved"

change_ids
string[]
required

List of change external IDs to update. Each change to update needs to be in the "suggested" state.

Example:

Response

No Content