Skip to main content
POST
/
bulk
/
cases
/
tags
cURL
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": {}
  }
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Body

application/json
ids
string[]
required
Maximum array length: 10000
action
enum<string>
required
Available options:
add,
remove,
set
tagIds
number[]
required
options
object

Response

200

Default Response