PUT api/CryptoLearn/v1/UpdatePost?postId={postId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| postId | integer |
Required |
Body Parameters
UpdatePostDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| RefreshToken | string |
Required |
|
| PostId | integer |
Required |
|
| PostHeader | string |
Required |
|
| PostDescription | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"RefreshToken": "sample string 2",
"PostId": 3,
"PostHeader": "sample string 4",
"PostDescription": "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.