Update Drawing Discipline
update_drawing_discipline_project_v1_0Update the name of an existing drawing discipline in a Procore project. Provide the project ID, discipline ID, and new name to modify it.
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: Project Management > Drawings. Endpoint: PUT /rest/v1.0/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 | Query string parameter — new name for the Drawing Discipline |