Get Current
Retrieve the current release.
Response
Successfully retrieved the current release.
Example response
{
"object": "release",
"id": "rls_123",
"version": "v1.0.0",
"git_commit_id": "git_commit_123",
"created_at": "2024-01-01T00:00:00Z"
}Changes
Changed in 1 of the 5 revisions of this API.16
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
removed
BaseReleasefrom the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added the required property
created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
git_commit_idto the response with the200statusresponse-required-property-added
- ○
added the required property
idto the response with the200statusresponse-required-property-added
- ○
added the required property
objectto the response with the200statusresponse-required-property-added
- ○
added the required property
versionto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲