PUT api/UserGroup/Update

修改分组的名称

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserGroupId": "ebd3ed4e-05ca-444b-9fe2-3f0e9346b7e2",
  "Name": "sample string 2",
  "SortNum": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}