Update Client Group Properties (Deprecated)
Select
SaaS
Customer Managed
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation updates the properties associated with a client computer group.
Path Parameters
- clientGroupId string required
- application/json
Request Body required
clientGroupDetail object
claQuota int32clientGroup object
clientGroupName stringdescription string- clientGroupOperationType int32
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Client group updated successfully",
"errorCode": 0
}
Loading...