v1

latestOpenAPI 3.0.3MIT2026-07-17241338.5 KB
External

Resolve external conflict

Resolves a named external sync conflict using the specified strategy. Strategies: local-wins, remote-wins, or manual (provide resolvedValue).

post/api/orgs/{org}/external/conflicts/{name}/resolve

Path parameters

orgstring required
Example:default

Organization slug

namestring required
Example:repo-conflict-abc123

Conflict resource name

Request body

strategy'local-wins' | 'remote-wins' | 'manual' required

Conflict resolution strategy

resolvedValueobject

Merged spec value (required for manual strategy)

resourcesobject

Additional resource context

Response

Conflict resolved

resolvedboolean
conflictNamestring
strategystring