cURL
curl --request POST \ --url http://localhost:8080/api/workspaces/{id}/tasks/reorder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "idea", "task_ids": [ "<string>" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
idea
to_do
in_progress
pr_submitted
done
closed
trash
Successful Response