Skip to main content
POST
/
v1
/
projects
{
  "data": {
    "name": "<string>",
    "description": "<string>",
    "id": "<string>"
  }
}

Body

application/json
name
string
required
Minimum length: 1
description
string | null

Response

The newly created project

data
object
required