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": "fa25b71c-6f02-49b1-badd-63ceec7c292d",
  "Name": "sample string 2",
  "GroupType": 3,
  "CoverImage": "sample string 4",
  "Count": 5,
  "PlayShareContent": true,
  "PlayShareComment": true,
  "NumberOfFriend": 8,
  "UserId": "5199b837-3f4f-4e8a-97aa-724233d6a446"
}

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