Update A Drawing Area
update_a_drawing_areaUpdate an existing drawing area in a Procore project using its project and area IDs. Modify the name or description and receive the updated object.
Instructions
Update an existing Drawing Area in the specified Project. 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. Procore API (v1.1): Project Management > Drawings. Endpoint: PATCH /rest/v1.1/projects/{project_id}/drawing_areas/{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 for the drawing area. | |
| name | No | JSON request body field — drawing Area name | |
| description | No | JSON request body field — drawing Area description |