fluig_form_save
Publish a form as a new revertible version by sending all files and events to replace the existing set.
Instructions
Publish a form as a new (revertible) version. The API REPLACES the whole set, so send ALL files and events — read it with fluig_form_full first and change only what you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | [{fileName, content}] — ALL files. | |
| events | No | [{eventId, eventDescription}] — ALL events. | |
| documentId | Yes | Form documentId. | |
| datasetName | Yes | Name of the form dataset. | |
| versionOption | No | 0 = keep version, 2 = new version (default 2). | |
| cardDescription | Yes | Form description. | |
| descriptionField | No | Descriptor field (may be empty). |