Save section data for an application
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.
PUT
Save section data for an application
Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Application UUID
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