Update Context
update_contextUpdate an existing Document Markup context by modifying only the supplied fields. Specify the company, project, and context ID to change name or settings.
Instructions
Update an existing context. 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, context_id. Procore API: Project Management > Document Markup. Endpoint: PUT /rest/v1.0/companies/{company_id}/projects/{project_id}/contexts/{context_id}
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 | |
| context_id | Yes | URL path parameter — unique identifier of the context | |
| name | No | JSON request body field — the name for this Document Markup operation | |
| settings | No | JSON request body field — the settings for this Document Markup operation |