Update Onboarding Progress
PATCH/api/v1/user/onboarding-progress
Update specific fields of the onboarding progress. Supports partial updates -- only the fields provided are modified. Unmentioned fields remain unchanged.
Checklist values can only transition from false to true (cannot un-complete an item).
Unknown checklist keys are ignored.
Request
Responses
- 200
- 400
- 401
- 500
Updated onboarding progress (full state)
Invalid request body
Unauthorized - Invalid or missing authentication
Internal server error