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>
end_time
string<date-time>
status
string

Response

200

Appointment updated successfully