Skip to main content
PATCH
/
organizations
/
{organizationName}
/
projects
/
{projectName}
/
packages
/
{packageName}
/
versions
/
{versionId}
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "archiveStatus": "archive"
}

Path Parameters

organizationName
string
required

The unique identifier of the organization

projectName
string
required

The unique identifier of the project

packageName
string
required

The unique identifier of the package

versionId
string
required

The unique identifier of the version

Body

application/json

Represents a specific version of a package with metadata and lifecycle information

id
string

The unique version identifier, typically following semantic versioning (e.g., 1.2.3)

createdAt
string<date-time>

ISO 8601 timestamp indicating when this version was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when this version was last modified

archiveStatus
enum<string>

Current archive status of the version, controlling its availability

Available options:
archive,
unarchive

Response

Version updated successfully

Represents a specific version of a package with metadata and lifecycle information

id
string

The unique version identifier, typically following semantic versioning (e.g., 1.2.3)

createdAt
string<date-time>

ISO 8601 timestamp indicating when this version was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when this version was last modified

archiveStatus
enum<string>

Current archive status of the version, controlling its availability

Available options:
archive,
unarchive
I