Set the priority of the template's task status links from the given ordered id list in a single request, preserving each link's board roles and replacing one link request per status.
POST
/data/project-templates/{template_id}/task-statuses/reorder
curl \
--request POST 'http://api.example.com/data/project-templates/{template_id}/task-statuses/reorder' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"task_status_ids":["string"]}'
Request examples
{
"task_status_ids": [
"string"
]
}