Skip to main content
POST
Call the saveSubmissionForm mutation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
eventId
string
required
name
string
required
slug
string
required
status
string
required
closesAt
string
confirmationMessage
string
description
string
fieldsJson
any

Arbitrary JSON value

formId
string
handoffMappingsJson
any

Arbitrary JSON value

opensAt
string
routingJson
any

Arbitrary JSON value

Response

The value returned by saveSubmissionForm

Whatever the function returns