create_reference_doc
Create a reference document draft by submitting required fields. Validates input and returns the new document with its ID and version.
Instructions
Create a new reference_doc draft. Pass the entity's fields (camelCase) in fields; the backend validates them. Returns the created reference_doc with its id and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | The reference_doc's fields as a JSON object (camelCase keys), e.g. { "name": "…", "description": "…" }. |