---
title: "Update Account Setting"
method: PUT
path: "/account/settings/{accountId}"
tags: ["Account Settings"]
---

# Update Account Setting

`PUT /account/settings/{accountId}`

Update Account Setting

Update account setting by Account Id and Key

## Path parameters

- `accountId` integer, required

## Request body

- object
  - `key` string
  - `value` string

## Response `200`

Successful response

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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