Appearance
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
Requiredstring
releaseId*
Type
Requiredstring
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": {}
{
 Â
 Â
 Â
}