Update Drawing Discipline
update_drawing_discipline_projectUpdate an existing drawing discipline's name in a Procore project. Provide project ID, discipline ID, and new name to modify the discipline.
Instructions
Update drawing discipline. Use this to update an existing Drawings (only the supplied fields are changed). Updates the specified Drawings and returns the modified object on success. Required parameters: project_id, id, name. Procore API (v1.1): Project Management > Drawings. Endpoint: PATCH /rest/v1.1/projects/{project_id}/drawing_disciplines/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — iD of the discipline to update | |
| name | Yes | JSON request body field — new name for the Drawing Discipline |