update_meeting_topic
Modify meeting topics in Procore to keep project discussions current and organized.
Instructions
Update meeting topic. [Project Management/Meetings] PATCH /rest/v1.0/meeting_topics/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the meeting topic | |
| project_id | Yes | The ID of the Project the Meeting Topic belongs to | |
| meeting_id | Yes | The ID of the Meeting the Meeting Topic belongs to | |
| meeting_topic | Yes | Meeting topic object | |
| attachments | No | An array of the Attachments of the Meeting Topic. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together wit... |