Set the global priority of task types from the given ordered id list in a single request, replacing one update request per task type.
POST
/data/task-types/reorder
curl \
--request POST 'http://api.example.com/data/task-types/reorder' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"task_type_ids":["string"]}'
Request examples
{
"task_type_ids": [
"string"
]
}