Modify a form

Updates or replaces the list of fields and features in the form. Any fields added to the form must already exist in the flow.

Path Params
string
required

Case-sensitive name of the form to be returned.

string
required

Name of the flow.

string
required

Application ID. You can find your application ID on the Console's Manage Application page.

Body Params
string
required

Specifies the type of action taken by the form.

string
required

JSON array of the fields that appear on the form.

string

Validation rules and custom error messages invoked when a form is submitted. For example, you can display a custom message if a user enters an invalid password or email address. You can also use these validations to require users to authenticate before being allowed to change a specified section of their user profile (such as their password or email address).

Responses
204

Successfully modified.

Language
Authentication
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json