/project
---------------------------------------------
.. contents::
POST /project
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Create a project on the server
Response status codes
**********************
- **200**: OK
Input
*******
.. raw:: html
| Name | Mandatory | Type | Description |
| location | | string | Base directory where the project should be created on remote server |
| temporary | | boolean | If project is a temporary project |
| uuid | | string | Project UUID |
Output
*******
.. raw:: html
| Name | Mandatory | Type | Description |
| location | ✔ | string | Base directory where the project should be created on remote server |
| temporary | ✔ | boolean | If project is a temporary project |
| uuid | ✔ | string | Project UUID |
Sample session
***************
.. literalinclude:: examples/post_project.txt