/forms/{slug_or_id}

This endpoint updates a specific form by slug or ID.
Please note that this feature is exclusively available as part of the Business API.

Log in to see full request history
Path Params
string
required

The form's slug, custom slug or ID.

Body Params
string | null

The title of the form.

string | null

The description of the form.

boolean

Whether the form is disabled.

string | null

The custom slug of the form.

string | null

The ID of the space to move the form into. Must be a valid space accessible to the user.

string | null

The ID of the translation to use on this form. Must be a valid translation accessible to the user. Setting to null will use the default account translation (English).

Responses

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