---
title: "Update multiple settings"
method: POST
path: "/api/settings"
tags: ["settings"]
---

# Update multiple settings

`POST /api/settings`

Update multiple settings (merge with existing)

## Request body

- object — Settings to update as key-value pairs

## Response `200`

Success

- object — Updated user settings

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

## Changes

> 38 revisions in range; 2 could not be searched.

- **2026-06-03** `8560879e6188` — 1 warning, 4 info
  - deleted the `header` request parameter `Comfy-User`
  - added the media type `text/plain` to the request body
  - added the media type `application/json` for the response with the status `200`
  - added the optional property `details` to the response with the `400` status
  - …1 more
- **2026-05-22** `09a5075587c8` — 3 info
  - api operation id `updateSettings` removed and replaced with `updateMultipleSettings`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
- **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/da017caf56f1/schema)
