---
title: "Updates key vault account setting, stores it, then returns the setting name and value to the client."
method: PATCH
path: "/settings/{setting-name}"
---

# Updates key vault account setting, stores it, then returns the setting name and value to the client.

`PATCH /settings/{setting-name}`

Description of the pool setting to be updated

## Path parameters

- `setting-name` string, required

## Query parameters

- `api-version` string, required

## Request body

- UpdateSettingRequest — The update settings request object.
  - `value` string, required — The value of the pool setting.

## Response `200`

The request has succeeded.

- Setting — A Key Vault account setting.
  - `name` string, required — The account setting to be updated
  - `value` string, required — The value of the pool setting.
  - `type` 'boolean' — The type specifier of the value.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/azure/apis/keyvault-administration.md) · [All operations](https://skmtc.dev/azure/apis/keyvault-administration/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/keyvault-administration/revisions/207d840b9335/schema)
