Update Form

Updates name, campaign attachment, and/or form_code_* configuration on an existing form. The form is identified by form_uuid in the URL path. All body fields are optional -- only fields that are present are written. form_name must remain unique within the account (the duplicate check ignores the form being updated). Response is UUID-only.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

UUID of the form to update. Must belong to the authenticated account.

Body Params
string
length between 2 and 100

Optional. New display name. Must be unique within the authenticated account (excluding the form being updated).

uuid | null

Optional. UUID of a campaign in the authenticated account to attach the form to. Pass null to detach.

boolean
string | null
string | null
boolean
boolean
boolean
boolean
boolean
boolean
boolean
string | null
string | null
Responses

401

Missing or invalid bearer token.

500

Internal server error.

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