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