Update Item Response Set
update_item_response_setUpdate an existing Company Checklist Item Response Set for inspections. Modify fields like name and active status using company ID and response set ID.
Instructions
Updates a Company Checklist Item Response Set 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}/checklist/item/response_sets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — item Response Set ID | |
| name | No | JSON request body field — name of the Response Set | |
| active | No | JSON request body field — indicates whether a Response Set is available for use |