/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 31m ago · Updated 7d ago
Details
Filter operations
Activity
5
Columns
5
Config
1
External Links
1
GitHub
8
Invitations
2
Labels
6
Notifications
5
Organization Management
30
Projects
5
get
/project
post
/project
get
/project/{id}
put
/project/{id}
delete
/project/{id}
Search
1
Tasks
13
Time Entries
4
Workflow Rules
3
Projects
Update an existing project
put
/project/{id}
Path parameters
id
string
required
Request body
object
required
name
string
required
icon
string
required
slug
string
required
description
string
required
isPublic
boolean
required
Response
Project updated successfully
object
required
id
string
required
workspaceId
string
required
slug
string
required
icon
string
nullable
required
name
string
required
description
string
nullable
required
{"stackTrail":"components:responses:updateProject_200_response:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
isPublic
boolean
nullable
required
Changes