Modify Markups
modify_markupsUpdate existing document markups by providing company, project, and viewer document IDs along with the markup data. Modifies only the supplied fields and returns the updated object.
Instructions
Modifies existing markups for a specific company, project, and document. Use this to update an existing Document Markup records (only the supplied fields are changed). Updates the specified Document Markup records and returns the modified object on success. Required parameters: company_id, project_id, viewer_doc_id, markups. Procore API: Project Management > Document Markup. Endpoint: PUT /rest/v1.0/companies/{company_id}/projects/{project_id}/viewer_documents/{viewer_doc_id}/markups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| viewer_doc_id | Yes | URL path parameter — unique identifier of the viewer doc | |
| markups | Yes | JSON request body field — the markups for this Document Markup operation |