Meetings

Update a meeting (time, title, attendees, notes, status). Only provided fields change.

patch/api/public/meetings/{meetingId}

Path parameters

meetingIdstring required

Headers

Idempotency-Keystring

Optional. Send a unique key (e.g. a UUID) to make this POST safe to retry. The same key within 24h returns the original result instead of creating a duplicate.

Request body

titlestring
startDatestring

ISO date-time

endDatestring

ISO date-time

durationnumber

Minutes

type'Online' | 'In person'
meetingType'Individual' | 'Group'
onlineLinkstring
addressstring
notesstring
traineesstring[]

Replaces the attendee list

capacitynumber
status'Active' | 'Canceled' | 'Completed'

Response

Successful response

Changes

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