Update Stamp
update_stampUpdates an existing document markup stamp by stamp ID for a given company and project. Modify title, background, text, font style, or custom properties.
Instructions
Updates an existing stamp with enhanced features 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: stamp_id, company_id, project_id, title. Procore API (v2.0): Project Management > Document Markup. Endpoint: PUT /rest/v2.0/companies/{company_id}/projects/{project_id}/viewer_documents/stamps/{stamp_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stamp_id | Yes | URL path parameter — the unique identifier of the stamp to update | |
| company_id | Yes | URL path parameter — the unique identifier of the company | |
| project_id | Yes | URL path parameter — the unique identifier of the project | |
| background_image | No | JSON request body field — the background image for this Document Markup operation | |
| background_color | No | JSON request body field — the background color for this Document Markup operation | |
| title | Yes | JSON request body field — the title for this Document Markup operation | |
| text | No | JSON request body field — the text for this Document Markup operation | |
| font_family | No | JSON request body field — the font family for this Document Markup operation | |
| text_color | No | JSON request body field — the text color for this Document Markup operation | |
| custom_properties | No | JSON request body field — the custom properties for this Document Markup operation | |
| font_style | No | JSON request body field — the font style for this Document Markup operation |