Skip to main content
PATCH
Update Appointment Type

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appointmentTypeId
string<uuid>
required

Body

application/json
name
string
Minimum string length: 2
length
integer

in minutes

Required range: x >= 5
allowedRoles
string<uuid>[] | null

Roles which are considered for this appointment type. Null means any role is allowed.

skillRequirement
object

Response

id
string<uuid>
required
name
string
required
length
integer
required

in minutes

allowedRoles
string<uuid>[] | null
required

Roles which are considered for this appointment type. Null means any role is allowed.

skillRequirement
object
{key}
any