text-renderer) or wiki style renderer (wiki-renderer). However, the renderer cannot be updated for fields using the autocomplete renderer (autocomplete-renderer).curl --location --request PUT '/rest/api/3/fieldconfiguration//fields' \
--header 'Content-Type: application/json' \
--data-raw '{
    "fieldConfigurationItems": [
        {
            "description": "The new description of this item.",
            "id": "customfield_10012",
            "isHidden": false
        },
        {
            "id": "customfield_10011",
            "isRequired": true
        },
        {
            "description": "Another new description.",
            "id": "customfield_10010",
            "isHidden": false,
            "isRequired": false,
            "renderer": "wiki-renderer"
        }
    ]
}'null