Skip to main content
PATCH
Atualizar agendamento

Authorizations

X-API-Key
string
header
required

Chave de API gerada na plataforma em Integrações → API Keys

Path Parameters

appointmentId
string<uuid>
required

Body

application/json
title
string
scheduled_at
string<date-time>
duration_minutes
integer
notes
string | null
status
enum<string>
Available options:
scheduled,
done,
cancelled,
no_show
lead_id
string<uuid> | null

Response

Agendamento atualizado

id
string<uuid>
store_id
string<uuid>
lead_id
string<uuid> | null
title
string

Título/assunto do agendamento

scheduled_at
string<date-time>
duration_minutes
integer
status
enum<string>
Available options:
scheduled,
done,
cancelled,
no_show
notes
string | null
created_at
string<date-time>
updated_at
string<date-time>