---
title: "Update User Preference"
method: PUT
path: "/v2/preferences/userPreferenceUpdate"
tags: ["Preferences"]
---

# Update User Preference

`PUT /v2/preferences/userPreferenceUpdate`

## Request body

- UpdatePreferenceBase
  - `preference_id` string, required
  - `name` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-07-26** `bffaa36f5e47` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/notdiamond/apis/not-diamond-api/changes/v2/preferences/userPreferenceUpdate/put.md)

---

[API](https://skmtc.dev/notdiamond/apis/not-diamond-api.md) · [All operations](https://skmtc.dev/notdiamond/apis/not-diamond-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notdiamond/not-diamond-api/revisions/bffaa36f5e47/schema)
