Save section data for an application
Saves field data for a section. The request body is a JSON object whose shape is defined by the section’s JSON Schema (retrieve it via GET //schema). For MULTIPLE array sections, maxItems is enforced and over-limit payloads return 422.
Authorizations
Bearer token obtained via Circle key exchange
Path Parameters
Application UUID
Section name as returned by the schema (e.g. personal_information)
Body
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
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.