---
title: "Change the value of a global setting"
method: PUT
path: "/v1/GlobalSettings/{id}"
tags: ["GlobalSettings"]
---

# Change the value of a global setting

`PUT /v1/GlobalSettings/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- GlobalSettingsResponse
  - `id` string, nullable
  - `value` string, nullable
  - `isReserved` boolean
  - `type` 0 | 1 | 100 | 101 | 102 | 103 | 200 | 201 | 203 | 500 | 1000 | 2000 | 3000

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/versions/0e4626e69155/schema)
