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": "3779b6a7-bd95-4439-84ac-5142e0e33b07",
  "Name": "sample string 2",
  "GroupType": 3,
  "CoverImage": "sample string 4",
  "Count": 5,
  "PlayShareContent": true,
  "PlayShareComment": true,
  "NumberOfFriend": 8,
  "UserId": "a55280fa-d2d7-44d9-9039-d1d6dc3b126e"
}

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