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": "a43a6992-3d3d-4565-9e02-86f7c7dc6304",
  "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"
}