/
BE
betterde
/
Untitled API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
SystemService
1
UserService
7
get
/v1/projects
post
/v1/projects
get
/v1/projects/{id}
delete
/v1/projects/{id}
patch
/v1/projects/{id}
post
/v1/tasks
get
/v1/user/{id}
UserService
Create a task.
post
/v1/tasks
Request body
CreateTaskRequest
required
title
string
color
string
parent
string
project
string
description
string
participants
string[]
startAt
string
date-time
endAt
string
date-time
Response
OK
CreateTaskResponse
required
item
Task
Changes