POST api/Group/UpdateGroup

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "GroupId": "1711d6fe-3fb8-40f3-b256-ff3ada8b6a7d",
  "Name": "sample string 2",
  "GroupType": 3,
  "CoverImage": "sample string 4",
  "Count": 5,
  "PlayShareContent": true,
  "PlayShareComment": true,
  "NumberOfFriend": 8,
  "UserId": "70c1bcbd-100d-43ce-97ec-5e31c04b64a6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}