Skip to main content
POST
/
projects
/
{project}
/
releases
{
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "project": "<string>",
  "published_on": "2023-12-25",
  "release_series": "<string>",
  "title": "<string>",
  "version": "<string>",
  "$schema": "<string>",
  "description": "<string>"
}

Response

Created

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

project
string
required

ID of the Project for this ProjectRelease.

published_on
string<date> | null
required

Date the ProjectRelease was published, if known.

release_series
string
required

The ReleaseSeries in which this ProjectRelease is found.

title
string
required

Display name for the ProjectRelease.

version
string
required

The version/tag of the ProjectRelease.

$schema
string<uri>

A URL to the JSON Schema for this object.

description
string

Optional long-form description of the ProjectRelease.