POST
Create project
/projects
Projects
Creates a new project owned by the authenticated user.
Request
application/jsonBody
{
"name": "Support portal",
"description": "Documentation site for external developers."
}Response
201
ResponseProject created.
Content: application/json
400
ResponseInvalid payload.
Content: application/json