update_meeting_category
Modify meeting categories in Procore to organize project meetings effectively. Update category details using the meeting ID, project ID, and category ID.
Instructions
Update meeting category. [Project Management/Meetings] PATCH /rest/v1.0/meeting_categories/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the meeting category | |
| project_id | Yes | The ID of the Project the Meeting Category belongs to | |
| meeting_id | Yes | The ID of the Meeting the Meeting Category belongs to | |
| meeting_category | Yes | Meeting Category object |