Releases
Update an existing Release
put/releases/{id}
Path parameters
idstring required
ID of the Release.
Request body
Example request
{
"ChannelId": "Channels-1",
"Id": "Releases-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Confirmation that the Release was modified, containing the updated Release
Example response
{
"ChannelId": "Channels-1",
"Id": "Releases-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.