Set Document Property
set_doc_propertySet a document's custom property value by name or ID, with validation against the property type (text, number, checkbox, date).
Instructions
Set a document's custom property value (property by id or name). Value is validated against the property type (text/number/checkbox/date).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | ||
| value | Yes | Value; coerced per property type (checkbox->bool, number, date YYYY-MM-DD, text) | |
| property | Yes | Property id or name | |
| workspaceId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| docId | Yes | ||
| value | No | ||
| stored | No | ||
| updated | Yes | ||
| propertyId | Yes | ||
| workspaceId | Yes |