read Changelog

@PatchMapping(path = "{" + CHANGELOG_IDENTIFIER_KEY + "}", headers = [] )
open fun readChangelog(@PathVariable(value = "id") id: String, @RequestHeader(value = "token") token: String, @PathVariable(value = "changelog_id") changelogId: String): String

Method to read a changelog

Return

the result of the request as String

Parameters

id

The identifier of the user

token

The token of the user

changelogId

The changelog identifier