update_meeting
Modify meeting attributes—title, dates, description, attendees, and associations—by submitting only the changed fields.
Instructions
Update a meeting via partial POST to /v1/meetings/{id}.
Only non-None fields are forwarded; omitted fields are preserved server-side.
Attendee and association lists are joined into comma-separated strings to
match the create-endpoint shape. description accepts Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_id | Yes | ||
| title | No | ||
| start_date | No | ||
| end_date | No | ||
| description | No | ||
| address | No | ||
| meeting_type_id | No | ||
| reminder | No | ||
| owner_id | No | ||
| related_to | No | ||
| attendee_contacts | No | ||
| attendee_candidates | No | ||
| attendee_users | No | ||
| associated | No | ||
| do_not_send_calendar_invites | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |