Appearance
Publish a draft changelog entry​
POST
/product/sites/{siteId}/releases/{releaseId}/publish
The first publication notifies the configured audience. Republishing a restored draft is silent because published_at is retained.
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
Responses​
OK
application/json
JSON"release": "string"
{
 Â
}