---
title: "Patch User Settings"
method: PATCH
path: "/user-settings"
---

# Patch User Settings

`PATCH /user-settings`

Updates the user settings for this user.

## Request body

- PatchUserSettingsRequest
  - `user_id` string, required
  - `is_automatic_image_storage_on` boolean, nullable

## Response `200`

Successful Response

- PatchUserSettingsResponse

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
