Releases
Update the release notes on an existing Release.
Only the release notes are changed and everything else about the Release is left alone. Variable expressions in the notes are evaluated before they are stored, so the saved text is the resolved one.
post/releases/{releaseId}/release-notes
Path parameters
releaseIdstring required
Id of the release
Request body
Example request
{
"ReleaseId": "Releases-1",
"SpaceId": "Spaces-1"
}Response
Confirmation that the release notes were updated, containing the updated Release
Example response
{
"ChannelId": "Channels-1",
"Id": "Releases-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○