Create Document Custom Tag
create_document_custom_tagAdd a custom tag to a specific Procore document folder or file, enabling categorization and streamlined organization within projects.
Instructions
Create a new Custom Tag for the specified Folder or File. Use this to create a new Documents in Procore. Creates a new Documents and returns the created object on success (HTTP 201). Required parameters: project_id, document_id, document_custom_tag. Procore API: Core > Documents. Endpoint: POST /rest/v1.0/projects/{project_id}/document_custom_tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| document_id | Yes | JSON request body field — iD of the Folder or File to add the Custom Tag to | |
| document_custom_tag | Yes | JSON request body field — document Custom Tag object |