Update a Group
Rename or re-describe an existing asset group. Returns the updated group with 200 OK.
VIP only. This endpoint is available to VIP accounts only. Normal accounts get
403 TIER_FORBIDDEN.
PUT
https://console-api.siraya.ai/extapi/v1/assets/groups/{groupId}
Path Parameters
groupId
string
Required
The unique identifier of the group to update.
Body
name
string
The new group name.
description
string
The new group description.
Example Response