Create​
POST
/projects
Create Project.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Request Body​
application/json
JSON
{
"name": "string",
"description": "string"
}
Responses​
Project created.
application/json
JSON
{
"uuid": "og888os"
}
