/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 45m ago · Updated 1w ago
Details
Filter operations
Activity
5
Assets
1
Authentication
3
Columns
5
Comments
4
Config
1
Discord
4
External Links
1
Generic Webhook
4
Gitea
7
GitHub
8
Instance
1
Invitations
2
Labels
8
Notification Preferences
4
Notifications
5
Organization Management
35
Projects
7
get
List Projects
post
Create Project
get
Get Project
put
Update Project
delete
Delete Project
put
Archive Project
put
Unarchive Project
Search
1
Slack
4
Task Relations
3
Tasks
17
Telegram
4
Time Entries
4
Workflow Rules
3
Workspaces
1
Projects
Create Project
Create a new project in a workspace
post
/project
Request body
object
required
name
string
required
workspaceId
string
required
icon
string
required
slug
string
required
Response
Project created successfully
object
required
id
string
required
workspaceId
string
required
slug
string
required
icon
string
nullable
required
name
string
required
description
string
nullable
required
createdAt
string
date-time
required
isPublic
boolean
nullable
required
{"stackTrail":"paths:/project:post:responses:200:content:application/json:schema:properties:archivedAt","oasType":"schema","type":"unknown","nullable":true}
Changes