Skip to content
TALA
Esc
navigateopen⌘Jpreview

Create a task in a project

POST/api/projects/{projectId}/tasks
Path parameters
projectIdstringrequired
Request body
requiredapplication/json
object
Responses
201
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "http://localhost:8000/api/projects/string/tasks" \
  -H "Content-Type: application/json" \
  -d '{}'
Response
No example response.