POST api/Message/EditMessageTitle
Edit Message Title
Request Information
URI Parameters
None.
Body Parameters
EditTitleDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
Required String length: inclusive between 0 and 50 |
|
| MessageId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"MessageId": "9d931ea2-eb94-41d9-928e-90824c06c0e6"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.