Skip to main content
PATCH
/
organizations
/
{organizationName}
/
projects
/
{projectName}
/
packages
/
{packageName}
/
versions
/
{versionId}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "archiveStatus": "archive"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
projectName
string
required

The unique identifier of the project Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
packageName
string
required

The unique identifier of the package Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
versionId
string
required

The unique identifier of the version Version identifier pattern supporting dots and dashes

Pattern: ^[a-zA-Z0-9_.-]+$

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)

Pattern: ^[0-9]+\.[0-9]+\.[0-9]+$
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)

Pattern: ^[0-9]+\.[0-9]+\.[0-9]+$
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