Skip to main content
POST
Create availability exception

Path Parameters

accountId
integer
required

HueChat account ID

Body

application/json

Open or closed time range

ends_at
string<date-time>
kind
enum<string>
Available options:
closed,
open
Example:

"closed"

reason
string
Maximum string length: 240
Example:

"Public holiday"

resource_id
string<uuid>
starts_at
string<date-time>

Response

OK

account_id
integer
created_at
string<date-time>
ends_at
string<date-time>
id
string<uuid>
kind
string
reason
string
resource_id
string<uuid>
starts_at
string<date-time>
updated_at
string<date-time>