Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectSlug
string
required

Project slug

Body

application/json

Changelog object that needs to be created

title
string
required
summary
string
required
content
string
required
published
boolean
required
image
string
publish_date
string<date-time>

Response

Successful operation

id
string<uuid>
project_id
string<uuid>
author_id
string<uuid>
title
string
slug
string
summary
string
content
string
image
string
publish_date
string<date-time>
published
boolean