put
http://localhost:8080/v1/forms/
Update a form with sections and input fields.
Behavior
- If form is in DRAFT status: Updates the existing draft
- If form is ACTIVE: Creates a new DRAFT version
Query Parameters
- publish (optional): If
true, automatically publishes the form after updating
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 to modify existing forms or create new versions of active forms without affecting the currently published version.
