Update A Response
update_a_responseUpdate an existing inspection response by modifying specified fields. Provide company ID and response ID to change name or corresponding status.
Instructions
Update a Response. 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/responses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — the ID of the Response | |
| name | No | JSON request body field — name of the Response | |
| corresponding_status | No | JSON request body field — item Status that the Response corresponds to |