PUT/projects/{id}/tasklists/reorder.json
Reorder Lists
Whatever task you pass in here will go on the top of the task list. Everything else will get pushed down underneath.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}