v1

latestOpenAPI 3.1.02026-07-224941145.6 KB

Update Asset

Update asset information such as the asset name or group.

post/volc/asset/UpdateAsset

Request body

modelstring

Model name. Default: volc-asset.

Idstring required

Asset ID to update.

Namestring

New asset name.

GroupIdstring

Target asset group ID.

Example request

{
  "model": "volc-asset",
  "Id": "asset-20260528140922-d9646",
  "Name": "updated-character-reference",
  "GroupId": "group-20260320141746-zsf6b"
}

Response

Asset updated

Idstring

Asset ID.

Namestring

Updated asset name.

GroupIdstring

Asset group ID.

UpdateTimestring

Update time.

Example response

{
  "Id": "asset-20260528140922-d9646",
  "Name": "updated-character-reference",
  "GroupId": "group-20260320141746-zsf6b",
  "UpdateTime": "2026-05-28T06:09:31Z"
}