Skip to main content
PATCH
Partially update a form definition

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

formId
string
required

Body

application/json
archived
boolean

Whether this form is archived.

configuration
object
displayOptions
object
fieldGroups
object[]

The fields in the form, grouped in rows.

Configuration for legal consent and data processing compliance options. Supports types: none, legitimate_interest, explicit_consent_to_process, implicit_consent_to_process.

name
string

The name of the form. Expected to be unique for a hub.

Response

successful operation

archived
boolean
required
configuration
object
required
createdAt
string<date-time>
required
displayOptions
object
required
fieldGroups
object[]
required
formType
enum<string>
default:hubspot
required
Available options:
hubspot
id
string
required
name
string
required
updatedAt
string<date-time>
required
archivedAt
string<date-time>
Last modified on March 30, 2026