Skip to main content
PUT
Update Release

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.

Example:

"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.

Example:

"1.5"

title
string
required

Display name for the ProjectRelease.

Example:

"v1.5.12"

version
string
required

The version/tag of the ProjectRelease.

Example:

"1.15.2"

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

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

description
string

Optional long-form description of the ProjectRelease.