Create
POST /projects
POST
/projects
Create Project.
Authorizations
Request Body required
Project created.
object
name
The name of the project.
string
description
The description of the project.
string
Responses
201
Project created.
object
uuid
The UUID of the project.
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string