Save data for multiple sections in a single request
Accepts a JSON object keyed by section name. Each value is the same payload shape as PUT /sections/. Validation is atomic: all sections are validated before any data is saved, and if any section fails validation the entire request is rejected. Saves are sequential: after validation passes, sections are persisted one at a time. Array sections use upsert semantics: items with refId update existing entities, items without refId create new entities. Existing entities not included are preserved. The response data field is an object keyed by section name containing the saved data for each section.
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
Body
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