Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 634 Bytes

File metadata and controls

29 lines (17 loc) · 634 Bytes

CreateCustomFieldRequest

Properties

Name Type Description Notes
profileId String
name String
slug String Auto-generated from name if not provided [optional]
type TypeEnum
options List<String> Required for select type [optional]

Enum: TypeEnum

Name Value
TEXT "text"
NUMBER "number"
DATE "date"
BOOLEAN "boolean"
SELECT "select"