Update Meeting Topic
update_meeting_topic_projectUpdate meeting topic details in a Procore project. Specify project, meeting, and topic IDs along with the updated topic object.
Instructions
Update an existing Meeting Topic. #### Uploading 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. Use this to update an existing Meetings (only the supplied fields are changed). Updates the specified Meetings and returns the modified object on success. Required parameters: project_id, id, meeting_id, meeting_topic. Procore API (v1.1): Project Management > Meetings. Endpoint: PATCH /rest/v1.1/projects/{project_id}/meeting_topics/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — iD of the Meeting Topic | |
| meeting_id | Yes | JSON request body field — the ID of the Meeting the Meeting Topic belongs to | |
| meeting_topic | Yes | JSON request body field — meeting topic object | |
| attachments | No | JSON request body field — 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... |