Skip to main content
PUT
/
projects
/
{project}
/
releases
/
{release}
/
{
  "$schema": "https://example.com/schemas/ProjectRelease.json",
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "project": "proj_fc8c119c-0741-4062-8959-fe1a04b3842f",
  "published_on": "2023-12-25",
  "release_series": "1.5",
  "title": "v1.5.12",
  "version": "1.15.2"
}

Response

OK

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.

Examples:

"proj_fc8c119c-0741-4062-8959-fe1a04b3842f"

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.

Examples:

"1.5"

title
string
required

Display name for the ProjectRelease.

Examples:

"v1.5.12"

version
string
required

The version/tag of the ProjectRelease.

Examples:

"1.15.2"

$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

"https://example.com/schemas/ProjectRelease.json"

description
string

Optional long-form description of the ProjectRelease.

I