---
title: "admUpdateFieldConfig"
canonical: "https://support.appfire.com/space/PSJC/861733003/admUpdateFieldConfig"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Updates a field configuration

Updates a field configuration

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admUpdateFieldConfig(fieldConfigId, name, description) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [updateFieldConfig(fieldConfigId, name, description)] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| fieldConfigId | int | Yes | Id of the configuration |
| name | string | Yes | Name of the field configuration |
| description | string | No | Description. May be null, in which case will be an empty string |

## Return Type

**[JFieldConfiguration](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

Returns the field configuration struct, or a null (empty) struct if it cannot be updated

## See also

> Macro (contentbylabel)