v1

latestOpenAPI 3.1.02026-07-224941145.6 KB

Update Asset Group

Update asset group information such as the group name.

post/volc/asset/UpdateAssetGroup

Request body

modelstring

Model name. Default: volc-asset.

Idstring required

Asset group ID to update.

Namestring

New asset group name.

Example request

{
  "model": "volc-asset",
  "Id": "group-20260320141746-zsf6b",
  "Name": "updated-project-assets"
}

Response

Asset group updated

Idstring

Asset group ID.

Namestring

Updated asset group name.

UpdateTimestring

Update time.

Example response

{
  "Id": "group-20260320141746-zsf6b",
  "Name": "updated-project-assets",
  "UpdateTime": "2026-05-28T06:09:31Z"
}