v1

latestOpenAPI 3.0.12026-06-115557102.5 KB

Update package version

Updates the details of a package version (e.g., yank/unyank)

patch/scopes/{scope}/packages/{package}/versions/{version}

Path parameters

scopestring required

The name of a scope. This must not be @ prefixed.

Example:denoland

The name of the scope

packagestring required

The name of a package.

Example:fmt

The name of the package

versionstring required

A semantic version.

Example:1.2.3

The version of the package

Request body

yankedboolean required

Whether the version is yanked or not.

Response

OK, no content