Skip to content

Create a comment on a published changelog entry​

POST
/s/{slug}/changelog/{releaseId}/comment

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Header Parameters

X-User-Token*

Signed customer JWT with role admin or user

Type
string
Required

Path Parameters

slug*
Type
string
Required
releaseId*
Type
string
Required

Request Body​

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

Responses​

Created

Playground​

Authorization
Headers
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI