Skip to main content
POST
Add Availability Blocks

Autorizaciones

X-API-Key
string
header
requerido

API key for authentication. Keys are prefixed with nxr_live_.

Parámetros de ruta

user_id
string<uuid>
requerido

Tenant team-member identifier.

Cuerpo

application/json

With all_day omitted, omitting both start/end creates an all-day block; providing both creates a timed block.

all_day
enum<boolean>
requerido
Opciones disponibles:
true
date
string<date>
requerido
start
string

24-hour local time; optional seconds are accepted but discarded.

Pattern: ^(?:\d|[01]\d|2[0-3]):[0-5]\d(?::\d{2})?$
end
string

24-hour local time after start; optional seconds are accepted but discarded.

Pattern: ^(?:\d|[01]\d|2[0-3]):[0-5]\d(?::\d{2})?$
reason
string | null

Trimmed; non-empty text is truncated to 500 characters before storage.

Respuesta

Successful response.

success
enum<boolean>
requerido
Opciones disponibles:
true
block
object
requerido
availability
object
requerido
Última modificación el 8 de septiembre de 2026