Appearance
Update a changelog entry​
PATCH
/product/sites/{siteId}/releases/{releaseId}
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters​
Path Parameters
siteId*
Type
Requiredstring
releaseId*
Type
Requiredstring
Request Body​
application/json
JSON"title": "string","excerpt": "string","description": "string","version": "string","ai_draft": "string","release_date": "string","comments_enabled": true,"roadmap_item_ids": ["string"],"notification_recipients": ["string"],"cover_attachment": "string","cover_url": "string"
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
OK
application/json
JSON"release": "string"
{
 Â
}