POST api/Message/RenameChatGroup

Request Information

URI Parameters

None.

Body Parameters

RenameChatGroupBindingModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.