Skip to main content
POST
Create project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
description
string | null

Response

Project created

id
string
required
name
string
required
description
string | null
required
sort_order
number
required
created_at
string<date-time> | null
required
updated_at
string<date-time> | null
required