PUT api/releaseNotes/PutReleaseNote/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PostPutReleaseViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Body | string |
None. |
|
| BuildVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"Body": "sample string 2",
"BuildVersion": "sample string 3"
}
application/xml, text/xml
Sample:
<ReleaseNotesViewModel.PostPutReleaseViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.ReleaseNotes"> <Body>sample string 2</Body> <BuildVersion>sample string 3</BuildVersion> <Title>sample string 1</Title> </ReleaseNotesViewModel.PostPutReleaseViewModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.