curl --request POST \
--url https://nvidia.casebender.com/api/v1/cases \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"severity": 2.5,
"description": "<string>",
"tlp": 2,
"pap": 2,
"statusValue": "<string>",
"typeValue": "<string>",
"assigneeId": "<string>",
"clientId": "<string>",
"source": "<string>",
"sourceRef": "<string>",
"tags": [
{}
],
"teams": [
{}
],
"organizations": [
"<string>"
],
"customFields": {}
}
'Create a new case
curl --request POST \
--url https://nvidia.casebender.com/api/v1/cases \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"severity": 2.5,
"description": "<string>",
"tlp": 2,
"pap": 2,
"statusValue": "<string>",
"typeValue": "<string>",
"assigneeId": "<string>",
"clientId": "<string>",
"source": "<string>",
"sourceRef": "<string>",
"tags": [
{}
],
"teams": [
{}
],
"organizations": [
"<string>"
],
"customFields": {}
}
'API key authentication. Use format: Bearer cbr_live_your_key
1 - 5001 <= x <= 40 <= x <= 40 <= x <= 3Default Response