Skip to main content
PATCH
Save data for multiple sections in a single request

Authorizations

Authorization
string
header
required

Bearer token obtained via Circle key exchange

Path Parameters

applicationId
string<uuid>
required

Application UUID

Body

application/json

JSON object keyed by section name. Each value matches the section's JSON Schema.

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

Response

All section statuses after save

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