---
title: "Update user settings (partial merge)"
method: POST
path: "/api/settings"
tags: ["settings"]
---

# Update user settings (partial merge)

`POST /api/settings`

Replaces the authenticated user's settings with the provided object.

## Headers

- `Comfy-User` string

## Request body

- object — Partial settings to merge

## Response `200`

Settings updated

## Changes

- **2026-04-24** `a66055fa384e` — 2 breaking, 4 info
  - removed the media type `text/plain` from the request body
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `updateMultipleSettings` removed and replaced with `updateSettings`
  - added the new optional `header` request parameter `Comfy-User`
  - …2 more

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/settings/post.md)

---

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