Skip to main content
POST
Create a new release

Authorizations

Authorization
string
header
required

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

Body

application/json
title
string
required

Release title

Required string length: 3 - 255
status
enum<string>
required

Release status

Available options:
DRAFT,
RELEASED
slug
string
required

URL-friendly release identifier

Required string length: 3 - 255
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
body
string

Release description/body content

is_public
boolean

Whether release should be publicly visible

project_id
string

ID of the project this release belongs to

label_ids
string[]

Array of label IDs to attach to the release

contributor_ids
string[]

Array of contributor IDs to attach to the release

attachments
object[]

Array of attachments to include

hero
object

Hero image/video for the release

changes
object[]

List of changes in this release

is_pinned
boolean

Whether release should be pinned

is_pre_release
boolean

Whether this is a pre-release

version
string | null

Release version

Response

Release created successfully

id
string

Unique release identifier

title
string

Release title

body
string

Release description/body content (HTML formatted)

slug
string

URL-friendly release identifier

status
enum<string>

Current release status

Available options:
DRAFT,
RELEASED
version
string | null

Release version

is_pinned
boolean

Whether release is pinned

is_public
boolean

Whether release is publicly visible

is_pre_release
boolean

Whether this is a pre-release

summary
string | null

AI generated summary of the release

hero
null | object

Hero image/video for the release

changes
object[]

List of changes in this release

project
object
labels
object[]
attachments
object[]
contributors
object[]

List of contributors to this release

released_at
string<date-time> | null

When the release was released

created_at
string<date-time>

When the release was created

updated_at
string<date-time>

When the release was last updated