Skip to main content
PUT
Save section data for an application

Authorizations

Authorization
string
header
required

Bearer token obtained via Circle key exchange

Path Parameters

applicationId
string<uuid>
required

Application UUID

sectionName
string
required

Section name as returned by the schema (e.g. personal_information)

Body

application/json

Section field data matching the section's JSON Schema

Section data — structure varies by section. Consult GET /{applicationId}/schema.

Response

Saved section data with updated section statuses

data
object

Saved section field data — structure varies by application template. For single-section saves this is the section payload directly. For bulk saves this is an object keyed by section name. Retrieve the shape via GET /{applicationId}/schema.

fieldsChanged
boolean
sections
object[]
sectionsChanged
boolean