---
title: "Update Asset Group"
method: POST
path: "/volc/asset/UpdateAssetGroup"
---

# Update Asset Group

`POST /volc/asset/UpdateAssetGroup`

Update asset group information such as the group name.

## Request body

- UpdateAssetGroupRequest
  - `model` string — Model name. Default: `volc-asset`.
  - `Id` string, required — Asset group ID to update.
  - `Name` string — New asset group name.

## Response `200`

Asset group updated

- UpdateAssetGroupResponse
  - `Id` string — Asset group ID.
  - `Name` string — Updated asset group name.
  - `UpdateTime` string — Update time.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint.md) · [All operations](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anyfast/anthropic-claude-compatible-endpoint/versions/edfc53e182a1/schema)
