PUT api/UserGroup/Update
修改分组的名称
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "UserGroupId": "377a303e-fd30-4b84-94be-dae80a1835f1", "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" }