Skip to content
TALA
Esc
navigateopen⌘Jpreview

Post a comment on a task

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