curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/tasks/assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"assigneeId": "<string>",
"teamIds": [
"<string>"
],
"options": {
"selectAll": true,
"filters": {}
}
}
'Bulk assign tasks to a user and/or teams (FUNC-014, FUNC-045)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/tasks/assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"assigneeId": "<string>",
"teamIds": [
"<string>"
],
"options": {
"selectAll": true,
"filters": {}
}
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response