Get
Retrieve a release by ID.
Path parameters
The unique identifier of the release.
Query parameters
Fields to expand on the release resource.
[ "config_schemas" ]
Response
Successfully retrieved the 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",
"updated_at": "2024-01-01T00:00:00Z"
}Changes
Changed in 2 of the 6 revisions of this API.4
- ○
added
ConfigTypeto theallOf[subschema #2]/config_schemas/items/allOf[subschema #2]/config_typeresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
BaseConfigTypefrom theallOf[subschema #2]/config_schemas/items/allOf[subschema #2]/config_typeresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
- ○
added
BaseConfigTypeto theallOf[subschema #2]/config_schemas/items/allOf[subschema #2]/config_typeresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
ConfigTypefrom theallOf[subschema #2]/config_schemas/items/allOf[subschema #2]/config_typeresponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○