Project
Get Release
Gets a single ProjectRelease
A Project may have one or more ProjectReleases. A ProjectRelease is the coordinated publication of one or more Packages for the Project having the same Version string.
A ProjectRelease is always associated with a single ProjectRelease.
A ProjectRelease is uniquely identified by the combination of the Project identifier and the Version string, separated by an ’@’ character, e.g. proj_a858f4d4-6e5b-4ab5-8d92-e9715b584ec1@1.5.12
A ProjectRelease can have zero or more Changes associated with it that describe the bug fixes and new features that were included in the ProjectRelease.
GET
Response
200
application/json
OK
The response is of type object
.
Previous
Update ReleaseUpdate an existing ProjectRelease
A Project may have one or more <em>ProjectReleases</em>. A ProjectRelease is
the coordinated publication of one or more Packages for the Project having the
same Version string.
A ProjectRelease is always associated with a single ProjectRelease.
A ProjectRelease is uniquely identified by the combination of the Project
identifier and the Version string, separated by an '@' character, e.g.
<b>proj_a858f4d4-6e5b-4ab5-8d92-e9715b584ec1@1.5.12</b>
A ProjectRelease can have zero or more Changes associated with it that describe
the bug fixes and new features that were included in the ProjectRelease.
Next