PUT api/CryptoLearn/v1/UpdateComment?commentId={commentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| commentId | integer |
Required |
Body Parameters
UpdateCommentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| RefreshToken | string |
Required |
|
| PostId | integer |
Required |
|
| CommentId | integer |
Required |
|
| Comment | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"RefreshToken": "sample string 2",
"PostId": 3,
"CommentId": 4,
"Comment": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.