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


## Description

> Macro (excerpt)
> 
> Updates a dashboard

Updates the dashboard.
 Name of the dashboard must be unique

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admUpdateDashboard(dashboard) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | updateDashboard(dashboard) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| dashboard | JDashboard | Yes | The dashboard to be updated (the id cannot be changed) |

## Return Type

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

The dashboard, updated, or a null structure if dashboard update fails

## See also

> Macro (contentbylabel)