/
CL
cloudstreet-dev
/
Task Management API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Tasks
6
get
List all tasks
post
Create a new task
get
Get a task by ID
put
Update a task
delete
Delete a task
patch
Update task status
Tasks
Delete a task
delete
/tasks/{taskId}
Path parameters
taskId
string
required
Task ID
Response
Task deleted successfully
Changes