Skip to main content
POST
Resolve (or update) a registration conflict
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /work/registrations//conflicts//resolve Description: Updates a conflict’s status (defaults to resolved if omitted) and optional resolution note. When the resulting status is resolved and no other open/under-review conflicts remain on the parent registration, the registration’s registrationStatus is bumped from conflict back to submitted. Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required
conflictId
string<uuid>
required

Body

application/json

When status resolves to resolved and this was the LAST open/under-review conflict on the parent registration, the registration's own registrationStatus is bumped from conflict back to submitted.

status
enum<string>
default:resolved

Defaults to resolved when omitted

Available options:
open,
under-review,
resolved,
escalated
note
string

Response

Conflict updated

status
string
Example:

"success"

data
object