---
title: "Update Profile Settings"
method: PATCH
path: "/v1/profiles/me/settings"
tags: ["User Profiles"]
---

# Update Profile Settings

`PATCH /v1/profiles/me/settings`

## Request body

- PatchUserProfile
  - `settings` UserProfileSettings, required
    - `confirm_routing` boolean — Should Orchestrate confirm routing decisions explicity with the user. Enabled by default.
    - `base_llm_model_id` string, nullable — The base LLM model used by Orchestrate. By default, Orchestrate will use the system configured base LLM.

## Response `200`

Successful Response

- UserProfileOut
  - `user_id` string, required
  - `username` string, required
  - `settings` UserProfileSettings
    - `confirm_routing` boolean — Should Orchestrate confirm routing decisions explicity with the user. Enabled by default.
    - `base_llm_model_id` string, nullable — The base LLM model used by Orchestrate. By default, Orchestrate will use the system configured base LLM.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
