---
title: "Update a specific setting by id"
method: POST
path: "/api/settings/{id}"
tags: ["settings"]
---

# Update a specific setting by id

`POST /api/settings/{id}`

Update a specific setting by its id

## Path parameters

- `id` string, required

## Request body

- unknown

## Response `200`

Success

- object — Updated setting value response
  - `value` unknown

## Other responses

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

---

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