Skip to content

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
string
Required
releaseId*
Type
string
Required

Responses​

OK

application/json
JSON
{
  
"release": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI