Skip to main content

Resolve Content Conflict

POST 

/api/content-sync/conflicts/:contentChange/resolve

Resolve one two-way conflict.

  • mine: keep the catalog value; the channel change is dismissed.
  • theirs: apply the channel value to the catalog.
  • both: apply the channel value now; the catalog value is preserved on the resolved record for outbound re-push. Returns 409 when the record is not an open conflict (already resolved, superseded because the channel moved on, or resolved concurrently) and 422 when applying the channel value to the catalog fails. Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type