update_meeting
Modify existing meeting details, attachments, and project information in Procore to keep project management records current.
Instructions
Update meeting. [Project Management/Meetings] PATCH /rest/v1.0/meetings/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the meeting | |
| project_id | Yes | The ID of the Project the Meetings belongs to | |
| meeting | Yes | Meeting object | |
| attachments | No | Meeting Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |