Skip to content

Upload or select a changelog cover image​

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

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
{
  
"filename": "string",
  
"mime_type": "string",
  
"size": 0,
  
"data_url": "string",
  
"public_url": "string",
  
"storage_key": "string"
}

Responses​

Created

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

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI