Skip to main content
PATCH
Update registration status
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

PATCH /work/registrations//status Description: Direct status override (e.g. manually marking a registration registered after confirming with a society out-of-band). Sets statusDate to now and stamps metadata.updatedBy/lastUpdated. Unlike queueForPro, this has NO “must currently be pending” restriction — any status can transition to any other status here. Authorization:
  • Required role: admin or higher
Method: PATCH

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
status
enum<string>
required
Available options:
pending,
submitted,
registered,
rejected,
conflict,
cancelled
notes
string

Response

Status updated

success
boolean
Example:

true

data
object