POST api/Group/UpdateGroup
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"GroupId": "84053d55-a84d-415b-8b2d-7faf7c6702b1",
"Name": "sample string 2",
"GroupType": 3,
"CoverImage": "sample string 4",
"Count": 5,
"PlayShareContent": true,
"PlayShareComment": true,
"NumberOfFriend": 8,
"UserId": "4a13e1c4-aa36-47a4-8ba1-d5cbc43a09ed"
}
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"
}