Update Asset
Update asset information such as the asset name or group.
post/volc/asset/UpdateAsset
Request body
Example request
{
"model": "volc-asset",
"Id": "asset-20260528140922-d9646",
"Name": "updated-character-reference",
"GroupId": "group-20260320141746-zsf6b"
}Response
Asset updated
Example response
{
"Id": "asset-20260528140922-d9646",
"Name": "updated-character-reference",
"GroupId": "group-20260320141746-zsf6b",
"UpdateTime": "2026-05-28T06:09:31Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.