section is provided with an identifier, the field's individual index is automatically set to null by the API, and the field's order within the section follows the association order. Sending section as null removes the field from the section and restores its individual index.category attribute can also be changed by this operation, allowing a field to switch between fixed (default) and conditional (conditional) behavior.curl --location --request PATCH '/v1/client-config//fields/' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"type": "shortText",
"index": 0,
"required": true,
"editable": true,
"category": "default",
"description": "string",
"help": "string",
"options": [
"string"
],
"variant": 0,
"section": {
"id": "string",
"index": 0
}
}'{
"id": "string",
"name": "string",
"type": "shortText",
"index": 0,
"required": true,
"editable": true,
"category": "default",
"description": "string",
"help": "string",
"options": [
"string"
],
"variant": 0,
"section": {
"id": "string",
"index": 0
},
"slug": "string",
"uiComponent": "string"
}