Update form metadata and/or replace the question set atomically
Provide at least one ofDocumentation Index
Fetch the complete documentation index at: https://docs.affonso.io/llms.txt
Use this file to discover all available pages before exploring further.
name, description, or questions. The whole update runs in a single transaction.
When questions is provided, the array fully replaces the existing question set:
id are updated.id are created as new questions.status set to false).null to clear it.id for an existing question to update it; omit id to create a new one. Duplicate id values in the same payload are rejected with a validation error.OnboardingForm object — same shape as GET /v1/onboarding-form.
write:program.404 NOT_FOUND if no onboarding form exists yet — call POST /v1/onboarding-form first.400 VALIDATION_ERROR.