Update Meeting Category
update_meeting_categoryUpdate an existing meeting category by modifying specified fields. Returns the updated object upon successful change.
Instructions
Update meeting category. 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: id, project_id, meeting_id, meeting_category. Procore API: Project Management > Meetings. Endpoint: PATCH /rest/v1.0/meeting_categories/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the meeting category | |
| project_id | Yes | JSON request body field — the ID of the Project the Meeting Category belongs to | |
| meeting_id | Yes | JSON request body field — the ID of the Meeting the Meeting Category belongs to | |
| meeting_category | Yes | JSON request body field — meeting Category object |