POST api/Friend/Update

修改我关注的用户所属分组(2007

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "c86a408f-b6c8-4350-9b04-1b086b6c5f98",
  "UserGroupId": "81d26523-3196-47a0-8495-eff1992b76ad"
}

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"
}