---
title: "Update system config"
method: PUT
path: "/sys/info"
tags: ["System"]
---

# Update system config

`PUT /sys/info`

Update system configuration (admin only)

## Request body

- object
  - `openai_apikey` string
  - `openai_url` string
  - `tts_provider` string
  - `tts_sidecar_url` string

## Response `200`

OK

- object
  - `system` string
  - `version` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.net/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/versions/58911ffb3093/schema)
