---
title: "update web service basic info"
method: PUT
path: "/open/site/{id}/basic_info"
tags: ["web_services"]
---

# update web service basic info

`PUT /open/site/{id}/basic_info`

## Path parameters

- `id` integer, required

## Request body

- SitePutWebsiteBasicInfoReq
  - `comment` string
  - `group_id` integer
  - `icon` string

## Response `200`

OK

- ResponseJSONBody
  - `data` unknown
  - `err` string
  - `msg` string

## Changes

- **2026-04-01** `de6007edcff9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chaitin/apis/mgt-api/changes/open/site/:id/basic_info/put.md)

---

[API](https://skmtc.dev/chaitin/apis/mgt-api.md) · [All operations](https://skmtc.dev/chaitin/apis/mgt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/mgt-api/revisions/de6007edcff9/schema)
