v1
latestOpenAPI 3.1.02026-07-224941145.6 KBUpdate Asset Group
Update asset group information such as the group name.
post/volc/asset/UpdateAssetGroup
Request body
Example request
{
"model": "volc-asset",
"Id": "group-20260320141746-zsf6b",
"Name": "updated-project-assets"
}Response
Asset group updated
Example response
{
"Id": "group-20260320141746-zsf6b",
"Name": "updated-project-assets",
"UpdateTime": "2026-05-28T06:09:31Z"
}