POST api/v2/Indicators/{indicatorId}/Histories/{indicatorHistoryId}/UpdateChangelog

Request

URI Parameters

NameDescriptionTypeAdditional information
indicatorId

integer

Required

indicatorHistoryId

integer

Required

Body Parameters

UpdateChangelog
NameDescriptionTypeAdditional information
Changelog

string

Request Formats

application/json, text/json

Sample:
{
  "Changelog": "sample string 1"
}

text/html

Sample:
{"Changelog":"sample string 1"}

Response

integer

Response Format

application/json, text/json, text/html

Sample:
1