Skip to main content
POST
Cancel a Domino Official Extension install or upgrade

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

id
string
required

The id of the OfficialExtensionInstall record.

Response

Success

availableVersions
object[]
required

Versions from the repo's extension_versions.json with compatibility metadata.

remoteRepo
string
required

The URL of the GitHub repository for this official extension.

versionsFetchFailed
boolean
required

True if fetching extension_versions.json from the remote repo failed.

currentInstall
object | null

The last successfully completed install or upgrade. Null if no install has completed.

description
string | null

The GitHub repository description.

id
string | null

The id of the OfficialExtensionInstall record. Null if this extension has not been installed yet.

incompleteInstall
object | null

The currently in-progress or failed install/upgrade. Null if none.

installDisplayName
string | null

Display name for the install card, from extension_versions.json.

versionsFetchFailedReason
string | null

Why the fetch failed. Only set when versionsFetchFailed is true.