Update Company-Level Context
update_company_level_contextUpdate an existing Procore company-level context by sending only the fields you intend to change; omitted fields keep their current values, and the modified context is returned.
Instructions
Update an existing company-level context. Send only the fields you intend to change; omitted fields keep their current values. company_id defaults to the value set by procore_set_config when omitted, and context_id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified company-level context on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, context_id. Procore API (v2.0): Project Management > Document Markup. Endpoint: PUT /rest/v2.0/companies/{company_id}/contexts/{context_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| company_id | Yes | URL path parameter — unique identifier of the company | |
| context_id | Yes | URL path parameter — unique identifier of the context |