v4

latestSwagger 2.02026-08-033766226.9 KB
Registrations

Updates the status of the registration to one specified in the request.

put/api/registrations/{id}/status

Path parameters

idstring uuid required

Id of the registration.

Headers

apikeystring required

ApiKey supplied.

Request body

status0 | 1 | 2 | 3 | 4 | 6 required

Unknown = 0, Submitted = 1, Approved = 2, Rejected = 3, Exported = 4, Invited = 6

Example request

{
  "status": 2
}

Response

Update was successful.