Projects
Create Project
Create a new project in a workspace
Authorization
bearerAuth AuthorizationBearer <token>
API Key authentication
In: header
Request Body
application/json
name*string
workspaceId*string
icon*string
slug*string
Response Body
application/json
curl -X POST "https://cloud.kaneo.app/api/project" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "workspaceId": "string", "icon": "string", "slug": "string" }'{
"id": "string",
"workspaceId": "string",
"slug": "string",
"icon": "string",
"name": "string",
"description": "string",
"createdAt": null,
"isPublic": true
}