---
title: "Update app config"
method: POST
path: "/apps/{appId}/settings"
tags: ["Applications"]
---

# Update app config

`POST /apps/{appId}/settings`

General settings of an app. Can be modified in app

## Path parameters

- `appId` integer, required

## Query parameters

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

## Response `200`

Success

- ApiResponse
  - `code` integer
  - `type` string
  - `message` string

## Other responses

- `404` — App or key not found

---

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