v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Create

Project

post/v3/projects

Request body

namestring required

Name of project

descriptionstring

Description of project

Response

200

Example response

{
  "project": {
    "id": "ed0c2a68b6",
    "name": "Compression",
    "description": "Super rad middle-out compression algo.",
    "created_at": "2019-03-26T03:16:20.233Z"
  }
}