UpdateContactFieldRequest (object)
| Field | Type | Description |
|---|---|---|
| default_value | object | default value |
| description | string | — |
| key | string | — |
| name | string | — |
| ordering | integer | — |
| select_values | string[] | array Elements string |
| type | string | — |
Example (JSON)
{
"key": "string",
"name": "string",
"description": "string",
"type": "string",
"select_values": [
"string"
],
"default_value": null
}