Update Form Draft

Writes form_elements, settings, logic, endings, and variables to the draft workspace. The live version is unchanged until publish.

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

Form ID

Body Params

Update Form Draft Params

Write form_elements, settings, logic, endings, and variables to the draft workspace.

endings
array of objects

Alternate ending screens referenced by end_form actions.

endings
form_elements
array of objects

Ordered form elements. Types must match GET /v1/forms/field-types.

form_elements
logic
array of objects

Conditional logic rules. Combinators: and, or. Actions: jump_to, show, hide, set_variable, end_form. See GET /v1/forms/field-types.

logic
settings
object

Complete form settings document. PUT /draft replaces this map, so round-trip the value returned by GET /v1/forms/:id.

variables
array of objects

Declared URL params / calculated keys for {{...}} piping.

variables
Responses

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