Skip to main content
POST
/
custom-fields
Create custom field
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
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Body

application/json
name
string
required
Required string length: 1 - 100
technicalName
string
required
type
string
required
entityType
string
required
description
string
required
boolean
default:false

Response

200

Default Response