Skip to content

Suggest a changelog excerpt from the current body​

POST
/product/sites/{siteId}/releases/{releaseId}/suggest-excerpt

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

Request Body​

application/json
JSON
{
  
"title": "string",
  
"excerpt": "string",
  
"description": "string"
}

Responses​

OK

application/json
JSON
{
  
"suggestion": {
  
  
"excerpt": "string"
  
}
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI