Passa al contenuto principale

Create Project

POST 

/projects

Create Project

Request

Query Parameters

    api-version string

    The requested API version

    Default value: 1.0

Body

project to create

    metadata

    object

    namestringnullable

    Project name

    tagsstring[]nullable

    Project tag list

    properties

    object

    descriptionstringnullable

    Optional description of the project

    defaultboolean

    Indicates if it's the default project

Responses

Created

Schema

    metadata

    object

    idstringnullable

    Project id

    namestringnullable

    Project name

    tagsstring[]nullable

    Project tag list

    createdBystringnullable

    Id of the user who created the project

    creationDatedate-timenullable

    Creation date

    properties

    object

    descriptionstringnullable

    Optional description of the project

    defaultboolean

    Indicates if it's the default project

    resourcesNumberint64

    Number of resources created within the project