---
title: "system update"
method: PUT
path: "/api/v1/systems/{system_id}"
tags: ["model"]
---

# system update

`PUT /api/v1/systems/{system_id}`

update a system

## Path parameters

- `system_id` string, required

## Request body

- HandlerSystemUpdateSerializer
  - `clients` string
  - `description` string
  - `description_en` string
  - `name` string
  - `name_en` string
  - `provider_config` HandlerSystemProviderConfig
    - `auth` 'none' | 'basic', required
    - `healthz` string
    - `host` string, required — TODO: valid host?

## Response `200`

OK

- UtilResponse
  - `code` integer
  - `data` unknown
  - `message` string

---

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