/projects

POST /projects

Create a new project on the server

Input

Name Mandatory Type Description
location string Base directory where the project should be created on remote server
project_id ['string', 'null'] Project UUID
temporary boolean If project is a temporary project

Output

Name Mandatory Type Description
location string Base directory where the project should be created on remote server
project_id string Project UUID
temporary boolean If project is a temporary project

Table Of Contents

Previous topic

/project

Next topic

/projects/{project_id}