Package
Update VersionSet
Update an existing PackageVersionSet
A <em>PackageVersionSet</em> represents a configuration, layout or structure of
a Package that is consistent for a range of PackageReleases.
A PackageComponent is associated with a single PackageVersionSet. We track
changes to the componentry and structure of a Package over time using
PackageVersionSets.
PackageVersionSets are uniquely identified by the Package ID or Alias and
a simple integer, separated by a ':' character.
Examples of PackageVersionSet identifiers:
* <b>argo-workflows:1</b>: the first PackageVersionSet of the Argo Workflows
Package, using the "argo-workflows" Alias as the identifier.
* <b>proj_dda0b12f-9a76-43ff-a024-9839ed3ee57b:3</b> the third PackageVersionSet of
the Argo Workflows Package, using the Argo Workflow Package's UUID as the
identifier.
Each PackageVersionSet has a <b>Constraint</b> field that is a Semantic Versioning 2
Version Constraint, e.g. <b>>=1.2.1</b> or <b><2.34.50</b>. This Version Constraint
indicates which PackageReleases the PackageVersionSet describes.
PUT
Update VersionSet
Response
OK
user who created the record.
timestamp of when the record was created.
user who last modified the record.
timestamp of when the record was last modified.
The sequence number of this PackageVersionSet. Represents the number of times a change to the Package's configuration, component breakdown or architecture has been tracked.
Required range:
x >= 0Example:
1
ID of the Package for this PackageVersionSet.
Example:
"pkg_fc8c119c-0741-4062-8959-fe1a04b3842f"
Version constraint that describes which range of Package Release versions this PackageVersionSet applies to.
Example:
">=1.0 <2"
A URL to the JSON Schema for this object.
Example:
"https://example.com/schemas/PackageVersionSet.json"
Previous
Delete VersionSetDelete a PackageVersionSet
A <em>PackageVersionSet</em> represents a configuration, layout or structure of
a Package that is consistent for a range of PackageReleases.
A PackageComponent is associated with a single PackageVersionSet. We track
changes to the componentry and structure of a Package over time using
PackageVersionSets.
PackageVersionSets are uniquely identified by the Package ID or Alias and
a simple integer, separated by a ':' character.
Examples of PackageVersionSet identifiers:
* <b>argo-workflows:1</b>: the first PackageVersionSet of the Argo Workflows
Package, using the "argo-workflows" Alias as the identifier.
* <b>proj_dda0b12f-9a76-43ff-a024-9839ed3ee57b:3</b> the third PackageVersionSet of
the Argo Workflows Package, using the Argo Workflow Package's UUID as the
identifier.
Each PackageVersionSet has a <b>Constraint</b> field that is a Semantic Versioning 2
Version Constraint, e.g. <b>>=1.2.1</b> or <b><2.34.50</b>. This Version Constraint
indicates which PackageReleases the PackageVersionSet describes.
Next
Update VersionSet