Update Inspection Type
update_inspection_typeModify an inspection type's details for a specified company. Provide company and inspection type IDs to update fields like name.
Instructions
Updates an Inspection Type for a specified Company. Use this to update an existing Inspections (only the supplied fields are changed). Updates the specified Inspections and returns the modified object on success. Required parameters: company_id, id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/companies/{company_id}/inspection_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 Inspections resource | |
| name | No | JSON request body field — the name for this Inspections operation |