Resolve Conflict

View as Markdown

Close out a contradiction by id (from list_conflicts): status ‘resolved’ (validated with the client. say what the truth turned out to be in the note) or ‘dismissed’ (duplicate, transcription noise, not a real conflict. note why). Passing ‘open’ reopens one. Requires a manager API key.

Authentication

AuthorizationBearer
Create a personal key in Alpha settings, or use an access token issued to an approved OAuth client.

Request

This endpoint expects an object.
conflictIdstringRequired

Conflict id from list_conflicts

statusenumRequired
Allowed values:
vaultstringOptional

Exact vault id or name from list_vaults. Required whenever the key can reach more than one vault; never guess or use one client’s vault for another.

notestringOptional

Resolution note: the validated answer, or why it was dismissed

Response headers

X-Request-IdstringOptional
Stable identifier for tracing this request in Alpha logs.

Response

Resolve Conflict completed.
datamap from strings to any or list of maps from strings to any
The result returned by the selected Alpha tool.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error