Name | Type | Description | Notes |
---|---|---|---|
idModel | String | ||
modelType | String | The type of model that the Custom Field is being defined on. This should always be `board`. | |
name | String | The name of the Custom Field | |
type | String | The type of Custom Field to create. | |
options | String | If the type is `checkbox` | [optional] |
pos | PosStringOrNumber | ||
displayCardFront | Boolean | Whether this Custom Field should be shown on the front of Cards | [optional] [default to true] |
board
(value:"board"
)
-
checkbox
(value:"checkbox"
) -
list
(value:"list"
) -
number
(value:"number"
) -
text
(value:"text"
) -
date
(value:"date"
)