curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/cases/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"action": "add",
"tagIds": [
123
],
"options": {
"selectAll": true,
"filters": {}
}
}
'Bulk add/remove/set tags on cases (FUNC-014)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/cases/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"action": "add",
"tagIds": [
123
],
"options": {
"selectAll": true,
"filters": {}
}
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response