Skip to content

Suggest detailed and friendly changelog body rewrites​

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

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": {
  
  
"suggestions": [
  
  
  
[
  
  
  
  
"string"
  
  
  
]
  
  
]
  
}
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI