Skip to content

Get Stable Bundle Endpoint

GET
/versions/bundles/stable
curl --request GET \
--url https://api.mengi.cloud/versions/bundles/stable

Get the current stable component bundle.

Returns the highest semver tag without prerelease suffix.

Successful Response

Media type application/json
ComponentBundleResponse

Response schema for a component bundle (from git tags).

object
version
required
Version
string
git_tag
required
Git Tag
string
display_name
Any of:
string
release_notes
Any of:
string
is_stable
Is Stable
boolean
is_latest
Is Latest
boolean
created_at
Any of:
string format: date-time
description
Any of:
string
Example
{
"is_stable": false,
"is_latest": false
}