---
title: "Update system configuration."
method: POST
path: "/admin/configuration"
tags: ["admin"]
---

# Update system configuration.

`POST /admin/configuration`

Update system configuration.
Must be a server admin.

## Request body

- object
  - `theme` string
  - `displayName` string
  - `welcomeMessage` string
  - `googleAnalytics` string
  - `sensors` string
  - `sensor` string
  - `parameters` string
  - `parameter` string
  - `tosText` string
  - `tosHtml` string

## Other responses

- `401` — Not authorized
- `403` — Forbidden

## Changes

- **2021-07-16** `a30d6f31f27f` — 1 info
  - added the non-success response with the status `403`
- **2020-09-29** `8bd7fd33f496` — 1 info
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/clowder-framework/apis/clowder/changes/admin/configuration/post.md)

---

[API](https://skmtc.dev/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.dev/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clowder-framework/clowder/revisions/bcd187478e0d/schema)
