post
http://localhost:8080/v1/forms//publish/
Publish a specific version of a form to make it available for end-users.
Requirements
- Form version MUST be in DRAFT status
- Version number must exist for the given form
- Form must have at least one section with one field
What Happens
- The specified form version status changes from DRAFT to ACTIVE
- A public URL is generated for the form
- End-users can now access and submit the form
Use Case
Use this when you want to publish a specific version of a form, useful for managing multiple drafts.
