Skip to content

Create a project

POST
/projects

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"name": "string",
  
"color": "string"
}

Responses

Created

application/json
JSON
{
  
"project": {
  
  
"_id": "string",
  
  
"name": "string",
  
  
"color": "string",
  
  
"host_id": "string"
  
}
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI