PUT api/Groups/UpdateAbout
Request Information
URI Parameters
None.
Body Parameters
GroupDescriptionName | Description | Type | Additional information |
---|---|---|---|
GroupId | integer |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "GroupId": 1, "Description": "sample string 2" }
application/xml, text/xml
Sample:
<GroupDescription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ethos.Models"> <Description>sample string 2</Description> <GroupId>1</GroupId> </GroupDescription>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GroupSingleName | Description | Type | Additional information |
---|---|---|---|
token | string |
None. |
|
status | string |
None. |
|
message | string |
None. |
|
selectedGroup | Group |
None. |
Response Formats
application/json, text/json
Sample:
{ "token": "sample string 1", "status": "sample string 2", "message": "sample string 3", "selectedGroup": null }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.