put
http://localhost:8080/v1/forms//
Update a specific version of a form with sections and input fields.
Behavior
- If the specified version is in DRAFT status: Updates the existing draft
- If the specified version is ACTIVE: Creates a new DRAFT version
Query Parameters
- publish (optional): If
true, automatically publishes the form after updating
Path Parameters
- version: The version number of the form to update
Form Structure
See POST /v1/forms for detailed documentation on:
- Form structure requirements
- Available field types
- Field properties and validations
- Configuration options
Use Case
Use this when you need to update a specific version of a form that has multiple versions.
