Skip to content

Move a published changelog entry back to draft​

POST
/product/sites/{siteId}/releases/{releaseId}/unpublish

Retains published_at and release_date and removes the entry from public results.

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​

Moved to draft

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

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI