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


## Description

> Macro (excerpt)
> 
> Updates a field config scheme

Updates a field config scheme

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admUpdateFieldConfigScheme(schemeId, name, description) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [updateFieldConfigScheme(schemeId, name, description)] |

## Parameters

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

## Return Type

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

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

## See also

> Macro (contentbylabel)