POST api/Friend/Update
修改我关注的用户所属分组(2007
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "1add0121-ac23-482d-a987-800c24b7e68c",
"UserGroupId": "a9cc26d9-0726-4b4e-9f01-90803b86f99c"
}
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"
}