Updates the status of a specific package version, typically used for archiving or unarchiving versions to control their availability.
Authorization: Requires package admin or modeler permissions. Operations: Supports archiving and unarchiving version status changes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the project Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the package Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the version Version identifier pattern supporting dots and dashes
^[a-zA-Z0-9_.-]+$Represents a specific version of a package with metadata and lifecycle information
The unique version identifier, typically following semantic versioning (e.g., 1.2.3)
^[0-9]+\.[0-9]+\.[0-9]+$ISO 8601 timestamp indicating when this version was created
ISO 8601 timestamp indicating when this version was last modified
Current status of the package version, controlling its availability
archive, unarchive, error_state Status of the indexing process. Possible values: unknown (initial state, indexing not yet started), indexing (currently being processed), indexed (successfully indexed and ready for use), failed (indexing process encountered an error)
unknown, indexing, indexed, failed Version updated successfully
Represents a specific version of a package with metadata and lifecycle information
The unique version identifier, typically following semantic versioning (e.g., 1.2.3)
^[0-9]+\.[0-9]+\.[0-9]+$ISO 8601 timestamp indicating when this version was created
ISO 8601 timestamp indicating when this version was last modified
Current status of the package version, controlling its availability
archive, unarchive, error_state Status of the indexing process. Possible values: unknown (initial state, indexing not yet started), indexing (currently being processed), indexed (successfully indexed and ready for use), failed (indexing process encountered an error)
unknown, indexing, indexed, failed