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": "3369c323-ad26-4b10-bb45-a3b57418aa3f",
  "UserGroupId": "43b187b2-26cb-4181-88ca-6c14a9947f28"
}

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