PUT restapi/personal/lightbulletins/comments/{commentId}/v1
Updates comment's text.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
commentId |
Comment's identifier. |
integer |
Required |
Body Parameters
New comment.
stringRequest Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>
application/x-www-form-urlencoded
Sample:
No sample available
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |