Update Client Group Properties By Name
This operation updates the properties associated with a client computer group.
Path Parameters
- clientGroupName string required
Name of the client group
- 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...