Skip to content
TALA
Esc
navigateopen⌘Jpreview

Move a task to another column or position

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