Update Meeting Category
update_meeting_categoryUpdate an existing meeting category in Procore by sending only the fields you want to change. Omitted fields keep their current values.
Instructions
Updates an existing meeting category in Procore. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified meeting category on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 | |
| meeting_id | Yes | JSON request body field — the ID of the Meeting the Meeting Category belongs to | |
| project_id | Yes | JSON request body field — the ID of the Project the Meeting Category belongs to | |
| meeting_category | Yes | JSON request body field — meeting Category object |