POST api/Message/RenameChatGroup
Request Information
URI Parameters
None.
Body Parameters
RenameChatGroupBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
Required |
|
| GroupName | string |
Required String length: inclusive between 5 and 50 |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"GroupName": "sample string 2"
}
text/html
Sample:
{"GroupId":1,"GroupName":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.