Skip to main content
PUT
Update an appointment

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
title
string
description
string
start_time
string<date-time>

No offset = your timezone; with offset = that exact instant

Example:

"2026-08-08 10:00:00"

end_time
string<date-time>

Same rule as start_time; must be after it

Example:

"2026-08-08 10:30:00"

status
string

Response

200

Appointment updated successfully