Skip to main content
POST
/
packages
/
{package}
/
versionsets
{
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "number": 1,
  "package": "<string>",
  "version_constraint": "<string>",
  "$schema": "<string>"
}

Response

Created

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

number
integer<int64>
required

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 >= 0
package
string
required

ID of the Package for this PackageVersionSet.

version_constraint
string
required

Version constraint that describes which range of Package Release versions this PackageVersionSet applies to.

$schema
string<uri>

A URL to the JSON Schema for this object.