curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/tasks/mandatory \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"mandatory": true,
"options": {
"selectAll": true,
"filters": {}
}
}
'Bulk set mandatory flag on tasks (FUNC-014, FUNC-031)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/tasks/mandatory \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"mandatory": true,
"options": {
"selectAll": true,
"filters": {}
}
}
'