Update Instruction Type
update_instruction_typeUpdate an instruction type in a Procore project's daily log by specifying the project ID, instruction type ID, and new name.
Instructions
Update the specified Instruction Type. Use this to update an existing Daily Log records (only the supplied fields are changed). Updates the specified Daily Log records and returns the modified object on success. Required parameters: project_id, id, name. Procore API: Project Management > Daily Log. Endpoint: PATCH /rest/v1.0/projects/{project_id}/instruction_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Daily Log resource | |
| name | Yes | JSON request body field — name of Instruction Type |