Batch update forms

Update multiple forms in a single request. Supports:

  • Updating form properties (name, displayName, description, etc.)
  • Updating form fields and their properties
  • Setting a form as default
  • Managing form conditions Note: Version number is required for concurrency control
Body Params
forms
array of objects
required
length ≥ 1

Array of forms to update

forms*
string
required

Unique identifier of the form

integer
required

Current version of the form for concurrency control

string

New name for the form

string

New display name for the form

string

New description for the form

boolean

Visibility status of the form

fields
array of objects

Updated list of form fields

fields
conditions
array of objects

Updated list of form conditions

conditions
boolean

Whether the form is active

boolean
enum

Set form as default. Only true is allowed, as only one form can be default

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json