Set Document Property
set_doc_propertySet a document's custom property value by property name or ID, with automatic type validation for text, number, checkbox, or 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 |
|---|---|---|---|
| workspaceId | No | ||
| docId | Yes | ||
| property | Yes | Property id or name | |
| value | Yes | Value; coerced per property type (checkbox->bool, number, date YYYY-MM-DD, text) |