Update A Change Event Type
update_a_change_event_typeUpdate an existing change event type for a company. Modify its name, abbreviation, or visibility in selection dropdowns.
Instructions
Update a Specific Change Event Type for a Company. Use this to update an existing Change Events (only the supplied fields are changed). Updates the specified Change Events and returns the modified object on success. Required parameters: company_id, id. Procore API (v2.0): Construction Financials > Change Events. Endpoint: PATCH /rest/v2.0/companies/{company_id}/change_event/types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Change Events resource | |
| name | No | JSON request body field — name of the Change Event Type | |
| show_in_select | No | JSON request body field — indicates whether the Change Event Type will be shown in the Type select dropdown | |
| abbreviation | No | JSON request body field — abbreviation for the Change Event Type |