Skip to content
TALA
Esc
navigateopen⌘Jpreview

Edit a task comment

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