update_meeting_v1_1
Modify meeting details in Procore projects by updating information, adding attachments, or changing parameters through the Procore MCP Server.
Instructions
Update meeting. [Project Management/Meetings] PATCH /rest/v1.1/projects/{project_id}/meetings/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the Project the Meetings belongs to | |
| id | Yes | ID of the meeting | |
| 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. |