Create a new project

Creates a new project.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

createData
namestringRequired
Project name
descriptionstringOptional

A free-form block of text for describing project intent and function

componentslist of objectsOptional
A list of member components in the project

Response

Create result
messagestring
dataobject or null
Project data as it is sent back from get and search endpoints
metadataobject

Errors

500
Internal Server Error