curl --request POST \
--url https://nvidia.casebender.com/api/v1/custom-fields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"technicalName": "<string>",
"type": "<string>",
"entityType": "<string>",
"description": "<string>",
"required": false
}
'Create a new custom field definition (admin only)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/custom-fields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"technicalName": "<string>",
"type": "<string>",
"entityType": "<string>",
"description": "<string>",
"required": false
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response