---
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

---

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