Set Document Property
set_doc_propertySet a document's custom property value by property id or name, with automatic 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 |