Create Custom Field

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired1-100 characters
keystringRequired1-100 characters
field_typestringRequired1-20 characters
entity_typestringRequired1-20 characters
requiredbooleanOptionalDefaults to false
optionslist of strings or nullOptional
orderintegerOptional>=0Defaults to 0

Response

Successful Response
namestring1-100 characters
keystring1-100 characters
field_typestring1-20 characters
entity_typestring1-20 characters
idstringformat: "uuid"
tenant_idstringformat: "uuid"
created_atdatetime
updated_atdatetime
requiredbooleanOptionalDefaults to false
optionslist of strings or nullOptional
orderintegerOptional>=0Defaults to 0

Errors

422
Unprocessable Entity Error