latestOpenAPI 3.0.02026-08-2086102148.5 KB

5fc4757128af

Enterprise Plugins

Fetch the latest published CHANGELOG.md for an enterprise plugin

Resolves the latest version on the registry and extracts CHANGELOG.md from its tarball. Always returns 200 — available: false signals that no changelog could be fetched (no published version, missing file, or registry error). Cache at the caller; the endpoint hits the upstream registry on every request.

get/v1/enterprise-plugins/{slug}/changelog

Path parameters

slugstring required

Response

slugstring required

URL slug of the plugin the changelog belongs to.

packageNamestring required

Fully qualified npm package name.

versionstring nullable required

Resolved version from the registry latest dist-tag, or null when no published version was found.

changelogstring nullable required

Raw markdown contents of CHANGELOG.md as published in the tarball.

availableboolean required

True only when both a version was resolved and a non-empty CHANGELOG.md was extracted.