POST api/v2/DocTemplates/{docTemplateId}/Histories/{docTemplateHistoryId}/UpdateChangelog
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| docTemplateId | integer |
Required |
|
| docTemplateHistoryId | integer |
Required |
Body Parameters
UpdateChangelog| Name | Description | Type | Additional information |
|---|---|---|---|
| Changelog | string |
Request Formats
application/json, text/json
Sample:
{
"Changelog": "sample string 1"
}
text/html
Sample:
{"Changelog":"sample string 1"}
Response
integerResponse Format
application/json, text/json, text/html
Sample:
1