---
title: "Update Settings"
method: PATCH
path: "/platform/settings"
tags: ["Platform"]
---

# Update Settings

`PATCH /platform/settings`

## Request body

- UpdateSettingsRequest
  - `settings` SettingItem[], required
    - `key` string, required
    - `value` string, nullable
    - `is_secret` boolean

## Response `200`

Successful Response

- UpdateSettingsResponse
  - `updated` integer, required
  - `restart_required` boolean

## Other responses

- `422` — Validation Error

---

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