update_meeting_topic_v1_1
Modify meeting topics in Procore projects by updating details, attachments, and related information to maintain accurate meeting records.
Instructions
Update meeting topic. [Project Management/Meetings] PATCH /rest/v1.1/projects/{project_id}/meeting_topics/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the Meeting Topic | |
| 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... |