Skip to main content
POST
/
projects
/
{project}
/
versionsets
{
  "$schema": "https://example.com/schemas/ProjectVersionSet.json",
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "number": 1,
  "project": "proj_fc8c119c-0741-4062-8959-fe1a04b3842f",
  "version_constraint": ">=1.0 <2"
}

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
required

The sequence number of this ProjectVersionSet. Represents the number of times a change to the Project's configuration, component breakdown or architecture has been tracked.

Required range: x >= 0
Examples:

1

project
string
required

ID of the Project for this ProjectVersionSet.

Examples:

"proj_fc8c119c-0741-4062-8959-fe1a04b3842f"

version_constraint
string
required

Version constraint that describes which range of Project Release versions this ProjectVersionSet applies to.

Examples:

">=1.0 <2"

$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

"https://example.com/schemas/ProjectVersionSet.json"

I