create_meeting_topic_v1_1
Add meeting topics to Procore projects by specifying project ID, meeting ID, and topic details to organize construction meeting discussions.
Instructions
Create meeting topic. [Project Management/Meetings] POST /rest/v1.1/projects/{project_id}/meeting_topics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| 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... |