Skip to content

Update a waitlist entry

PATCH
/api/v1/waitlist/{entry_id}

Update status or notes on a waitlist entry. Admin authentication required.

Authorizations

Parameters

Path Parameters

entry_id
required
string format: uuid

Request Body required

Request body for updating a waitlist entry.

Attributes: status: New lifecycle status. notes: New admin notes (optional).

object
notes
Any of:
string
status
Any of:
string
<= 50 characters

Responses

200

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string