publish_form
Activates RSpace forms to make them available for creating documents. Use this tool to publish forms after creation or modification so they can be used for document generation.
Instructions
Makes a form available for creating documents
Usage: Activate form after creation/modification Note: Forms must be published before they can be used for document creation Returns: Updated form status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
form_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"form_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"title": "Form Id"
}
},
"required": [
"form_id"
],
"type": "object"
}