---
title: "Update"
method: POST
path: "/api/v1/settings/onboarding"
tags: ["Onboarding Settings"]
---

# Update

`POST /api/v1/settings/onboarding`

Update modifies the onboarding progress, such as marking steps complete or dismissing the wizard.

## Request body

- C1ApiSettingsV1UpdateOnboardingSettingsRequest — The UpdateOnboardingSettingsRequest message.
  - `conversationId` string — The identifier of the onboarding conversation thread to associate.
  - `status` 'ONBOARDING_STATUS_UNSPECIFIED' | 'ONBOARDING_STATUS_NOT_STARTED' | 'ONBOARDING_STATUS_IN_PROGRESS' | 'ONBOARDING_STATUS_COMPLETE' | 'ONBOARDING_STATUS_DISMISSED' — The new onboarding status to set.

## Response `200`

Successful response

- C1ApiSettingsV1UpdateOnboardingSettingsResponse — The UpdateOnboardingSettingsResponse message.
  - `status` 'ONBOARDING_STATUS_UNSPECIFIED' | 'ONBOARDING_STATUS_NOT_STARTED' | 'ONBOARDING_STATUS_IN_PROGRESS' | 'ONBOARDING_STATUS_COMPLETE' | 'ONBOARDING_STATUS_DISMISSED' — The updated onboarding status.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
