PATCH
/
forms
/
:id

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the form to update

Body

application/json
blocks
object[]

Updated blocks for the form

name
string

New name for the form

settings
object

Updated settings for the form

status
enum<string>

New status for the form

Available options:
BLANK,
DRAFT,
PUBLISHED,
DELETED

Response

200 - application/json
createdAt
string
required
id
string
required
isClosed
boolean
required
name
string
required
numberOfSubmissions
number
required
status
enum<string>
required
Available options:
BLANK,
DRAFT,
PUBLISHED,
DELETED
updatedAt
string
required
workspaceId
string
required
payments
object[]