appointments

Update appointment meeting link

Set an appointment's Google Meet link (side-effect-free). Status changes go through /{id}/status, notes through /update-notes/{id}.

put/api/appointments/update/{appointment_id}

Path parameters

appointment_idstring required

Request body

meeting_linkstring nullable

Meeting link

Response

Successful Response

successboolean required

Operation result

titlestring

Success title

messagestring required

Human-readable message

Changes

No recorded changes to this endpoint across all 1 revision of this API.