Skip to main content
POST
/
projects
/
{project}
/
versionsets
/
{number}
/
components
{
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "primary": true,
  "project": "<string>",
  "title": "<string>",
  "versionset_number": 1,
  "$schema": "<string>",
  "description": "<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.

name
string
required

String name of the ProjectComponent. Must be unique for the Project.

primary
boolean
required

Indicates this ProjectComponent is considered the primary component within the Project.

project
string
required

ID of the Project for this ProjectVersionSet.

title
string
required

Display name for the ProjectComponent.

versionset_number
integer<int64>
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
$schema
string<uri>

A URL to the JSON Schema for this object.

description
string

Optional long-form description of the ProjectComponent.