[comment]: # ({167707a1-6d33dfbd})
# 8 Graph

[comment]: # ({/167707a1-6d33dfbd})

[comment]: # ({304e7dd1-5c2abed1})
### Description

These parameters and the possible property values for the respective dashboard widget field objects allow to configure the [*Graph*](/manual/web_interface/frontend_sections/dashboards/widgets/graph) widget in `dashboard.create` and `dashboard.update` methods.

::: noteimportant
Widget `fields` properties are not validated during the creation or update of a dashboard.
This allows users to modify [built-in widgets](/manual/web_interface/frontend_sections/dashboards/widgets) and create [custom widgets](/devel/modules/tutorials/widget), but also introduces the risk of creating or updating widgets incorrectly.
To ensure the successful creation or update of the *Graph* widget, please refer to the parameter behavior outlined in the tables below.
:::

[comment]: # ({/304e7dd1-5c2abed1})

[comment]: # ({2ba246f1-75d80010})
### Parameters

The following parameters are supported for the *Graph* widget.

|Parameter|[type](/manual/api/reference/dashboard/object#dashboard-widget-field)|name|value|
|-----|-|-----|-------------------|
|*Refresh interval*|0|rf_rate|0 - No refresh;<br>10 - 10 seconds;<br>30 - 30 seconds;<br>60 - *(default)* 1 minute;<br>120 - 2 minutes;<br>600 - 10 minutes;<br>900 - 15 minutes.|
|*Reference*|1|reference|Any string value consisting of 5 characters (e.g., `ABCDE` or `JBPNL`). This value must be unique within the dashboard to which the widget belongs.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required*|

[comment]: # ({/2ba246f1-75d80010})

[comment]: # ({aa057a60-9cf31911})
#### Data set

The following parameters are supported for configuring a *Data set*.

::: noteclassic
The first number in the property name (e.g. ds.0.hosts.0, ds.0.items.0) represents the particular data set,
while the second number, if present, represents the configured host or item.
:::

|Parameter|<|[type](/manual/api/reference/dashboard/object#dashboard-widget-field)|name|value|
|-|--------|--|--------|-------------------------------|
|*Data set type*|<|0|ds.0.dataset_type|0 - Item list;<br>1 - *(default)* Item patterns.|
|<|*Items*|4|ds.0.itemids.0|[Item](/manual/api/reference/item/get) ID.<br><br>When configuring the widget on a [template dashboard](/manual/api/reference/templatedashboard/object), only items configured on the template should be set.<br><br>Note: To configure multiple items, create a dashboard widget field object for each item with an incremented number in the property name.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if *Data set type* is set to "Item list" and *Items (Widget)* is not set|
|^|*Items (Widget)*|1|ds.0.itemids.0.\_reference|Instead of [Item](/manual/api/reference/item/get) ID:<br>`ABCDE._itemid` - set a [compatible widget](/manual/web_interface/frontend_sections/dashboards/widgets#widget-compatibility) (with its *Reference* parameter set to "`ABCDE`") as the data source for items.<br><br>Note: To configure multiple widgets, create a dashboard widget field object for each widget with an incremented number in the property name.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if *Data set type* is set to "Item list" and *Items* is not set|
|^|*Color*|1|ds.0.color.0|Hexadecimal color code (e.g. `FF0000`).<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if *Data set type* is set to "Item list"|
|^|*Host patterns*|1|ds.0.hosts.0|[Host](/manual/api/reference/host/get) name or pattern (e.g., "Zabbix\*").<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if *Data set type* is set to "Item patterns"<br><br>This parameter is not supported if configuring the widget on a [template dashboard](/manual/api/reference/templatedashboard/object).|
|^|*Item patterns*|1|ds.0.items.0|[Item](/manual/api/reference/item/get) name or pattern (e.g., "\*: Number of processed \*values per second").<br><br>When configuring the widget on a [template dashboard](/manual/api/reference/templatedashboard/object), only the patterns for items configured on the template should be set.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if *Data set type* is set to "Item patterns"|
|^|*Color*|1|ds.0.color|Hexadecimal color code (e.g. `FF0000`).<br><br>Default: `FF465C`.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Data set type* is set to "Item patterns"|
|*Draw*|<|0|ds.0.type|0 - *(default)* Line;<br>1 - Points;<br>2 - Staircase;<br>3 - Bar.|
|*Stacked*|<|0|ds.0.stacked|0 - *(default)* Disabled;<br>1 - Enabled.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Draw* is set to "Line", "Staircase", or "Bar"|
|*Width*|<|0|ds.0.width|Possible values range from 1-10.<br><br>Default: 1.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Draw* is set to "Line" or "Staircase"|
|*Point size*|<|0|ds.0.pointsize|Possible values range from 1-10.<br><br>Default: 3.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Draw* is set to "Points"|
|*Transparency*|<|0|ds.0.transparency|Possible values range from 1-10.<br><br>Default: 5.|
|*Fill*|<|0|ds.0.fill|Possible values range from 1-10.<br><br>Default: 3.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Draw* is set to "Line" or "Staircase"|
|*Missing data*|<|0|ds.0.missingdatafunc|0 - *(default)* None;<br>1 - Connected;<br>2 - Treat as 0;<br>3 - Last known.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Draw* is set to "Line" or "Staircase"|
|*Override host*|<|1|ds.0.override_hostid._reference|`ABCDE._hostid`- set a compatible widget (with its "Reference" parameter set to "`ABCDE`") as the data source for hosts;<br>`DASHBOARD._hostid` - set the dashboard Host selector as the data source for hosts.<br><br>This parameter is not supported if configuring the widget on a [template dashboard](/manual/api/reference/templatedashboard/object).|
|*Y-axis*|<|0|ds.0.axisy|0 - *(default)* Left;<br>1 - Right.|
|*Time shift*|<|1|ds.0.timeshift|Valid time string (e.g. `3600`, `1h`, etc.).<br>You may use [time suffixes](/manual/appendix/suffixes#time-suffixes). Negative values are also allowed.<br><br>Default: `""` (empty).|
|*Aggregation function*|<|0|ds.0.aggregate_function|0 - *(default)* not used;<br>1 - min;<br>2 - max;<br>3 - avg;<br>4 - count;<br>5 - sum;<br>6 - first;<br>7 - last.|
|*Aggregation interval*|<|1|ds.0.aggregate_interval|Valid time string (e.g. `3600`, `1h`, etc.).<br>You may use [time suffixes](/manual/appendix/suffixes#time-suffixes).<br><br>Default: `1h`.|
|*Aggregate*|<|0|ds.0.aggregate_grouping|0 - *(default)* Each item;<br>1 - Data set.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Aggregation function* is set to "min", "max", "avg", "count", "sum", "first", or "last"|
|*Approximation*|<|0|ds.0.approximation|1 - min;<br>2 - *(default)* avg;<br>4 - max;<br>7 - all.|
|*Data set label*|<|1|ds.0.data_set_label|Any string value.<br><br>Default: `""` (empty).|

[comment]: # ({/aa057a60-9cf31911})

[comment]: # ({602a8b7e-1e2d4083})
#### Display options

The following parameters are supported for configuring *Display options*.

|Parameter|<|[type](/manual/api/reference/dashboard/object#dashboard-widget-field)|name|value|
|-|--------|--|--------|-------------------------------|
|*History data selection*|<|0|source|0 - *(default)* Auto;<br>1 - History;<br>2 - Trends.|
|*Simple triggers*|<|0|simple_triggers|0 - *(default)* Disabled;<br>1 - Enabled.|
|*Working time*|<|0|working_time|0 - *(default)* Disabled;<br>1 - Enabled.|
|*Percentile line (left)*|<|<|<|<|
|<|*Status*|0|percentile_left|0 - *(default)* Disabled;<br>1 - Enabled.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Y-axis* (in [*Data set*](#data-set) configuration) is set to "Left"|
|^|*Value*|0|percentile_left_value|Possible values range from 1-100.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Y-axis* (in [*Data set*](#data-set) configuration) is set to "Left"|
|*Percentile line (right)*|<|<|<|<|
|<|*Status*|0|percentile_right|0 - *(default)* Disabled;<br>1 - Enabled.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Y-axis* (in [*Data set*](#data-set) configuration) is set to "Right"|
|^|*Value*|0|percentile_right_value|Possible values range from 1-100.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Y-axis* (in [*Data set*](#data-set) configuration) is set to "Right"|

[comment]: # ({/602a8b7e-1e2d4083})

[comment]: # ({22826b9c-2fc4e743})
#### Time period

The following parameters are supported for configuring *Time period*.

|Parameter|<|[type](/manual/api/reference/dashboard/object#dashboard-widget-field)|name|value|
|-|--------|--|--------|-------------------------------|
|*Time period*|<|1|time_period.\_reference|`DASHBOARD._timeperiod` - set the [*Time period* selector](/manual/web_interface/time_period_selector) as the data source;<br>`ABCDE._timeperiod` - set a [compatible widget](/manual/web_interface/frontend_sections/dashboards/widgets#widget-compatibility) (with its *Reference* parameter set to "`ABCDE`") as the data source.<br><br>Default: `DASHBOARD._timeperiod`<br><br>Alternatively, you can set the time period only in the *From* and *To* parameters.|
|<|*From*|1|time_period.from|Valid time string in absolute (`YYYY-MM-DD hh:mm:ss`) or [relative](/manual/web_interface/time_period_selector) time syntax (`now`, `now/d`, `now/w-1w`, etc.).<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Time period* is not set<br>- *required* if `time_period.to` is set|
|^|*To*|1|time_period.to|Valid time string in absolute (`YYYY-MM-DD hh:mm:ss`) or [relative](/manual/web_interface/time_period_selector) time syntax (`now`, `now/d`, `now/w-1w`, etc.).<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Time period* is not set<br>- *required* if `time_period.from` is set|

[comment]: # ({/22826b9c-2fc4e743})

[comment]: # ({3fe81c91-bca60ab8})
#### Axes

The following parameters are supported for configuring *Axes*.

|Parameter|[type](/manual/api/reference/dashboard/object#dashboard-widget-field)|name|value|
|-----|-|-----|-------------------|
|*Left Y*|0|lefty|0 - Disabled;<br>1 - *(default)* Enabled.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Y-axis* (in [*Data set*](#data-set) configuration) is set to "Left"|
|*Right Y*|0|righty|0 - *(default)* Disabled;<br>1 - Enabled.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Y-axis* (in [*Data set*](#data-set) configuration) is set to "Right"|
|*Scale*|0|lefty_scale|0 - *(default)* Linear;<br>1 - Logarithmic.|
|^|^|righty_scale|^|
|*Min*|1|lefty_min|Any numeric value.<br><br>Default: `""` (empty).|
|^|^|righty_min|^|
|*Max*|1|lefty_max|Any numeric value.<br><br>Default: `""` (empty).|
|^|^|righty_max|^|
|*Units* (type)|0|lefty_units|0 - *(default)* Auto;<br>1 - Static.|
|^|^|righty_units|^|
|*Units* (value)|1|lefty_static_units|Any string value.<br><br>Default: `""` (empty).|
|^|^|righty_static_units|^|
|*X-Axis*|0|xaxis|0 - Disabled;<br>1 - *(default)* Enabled.|

[comment]: # ({/3fe81c91-bca60ab8})

[comment]: # ({2e88aa73-09de7a04})
#### Legend

The following parameters are supported for configuring *Legend*.

|Parameter|[type](/manual/api/reference/dashboard/object#dashboard-widget-field)|name|value|
|-----|-|-----|-------------------|
|*Show legend*|0|legend|0 - Disabled;<br>1 - *(default)* Enabled.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Show legend* is set to "Enabled"|
|*Display min/avg/max*|0|legend_statistic|0 - *(default)* Disabled;<br>1 - Enabled.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Show legend* is set to "Enabled"|
|*Show aggregation function*|0|legend_aggregation|0 - *(default)* Disabled;<br>1 - Enabled.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Show legend* is set to "Enabled"|
|*Rows*|0|legend_lines_mode|0 - *(default)* Fixed;<br>1 - Variable.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Show legend* is set to "Enabled"|
|*Number of rows/*<br>*Maximum number of rows*|0|legend_lines|Possible values range from 1-10.<br><br>Default: 1.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Show legend* is set to "Enabled"|
|*Number of columns*|0|legend_columns|Possible values range from 1-4.<br><br>Default: 4.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *supported* if *Show legend* is set to "Enabled", and *Display min/avg/max* is set to "Disabled"|

[comment]: # ({/2e88aa73-09de7a04})

[comment]: # ({52e2b2be-82002e68})
#### Problems

The following parameters are supported for configuring *Problems*.

|Parameter|<|[type](/manual/api/reference/dashboard/object#dashboard-widget-field)|name|value|
|-|--------|--|--------|-------------------------------|
|*Show problems*|<|0|show_problems|0 - *(default)* Disabled;<br>1 - Enabled.|
|*Selected items only*|<|0|graph_item_problems|0 - Disabled;<br>1 - *(default)* Enabled.|
|*Problem hosts*|<|1|problemhosts.0|[Host](/manual/api/reference/host/get) name.<br><br>Note: The number in the property name references the configured host.<br>To configure multiple hosts, create a dashboard widget field object for each host with an incremented number in the property name.<br><br>This parameter is not supported if configuring the widget on a [template dashboard](/manual/api/reference/templatedashboard/object).|
|*Severity*|<|0|severities.0|0 - Not classified;<br>1 - Information;<br>2 - Warning;<br>3 - Average;<br>4 - High;<br>5 - Disaster.<br><br>Default: empty (all enabled).<br><br>Note: To configure multiple values, create a dashboard widget field object for each value with an incremented number in the property name.|
|*Problem*|<|1|problem_name|Problem [event name](/manual/config/triggers/trigger#configuration) (case insensitive, full name or part of it).|
|*Problem tags*|<|<|<|<|
|<|*Evaluation type*|0|evaltype|0 - *(default)* And/Or;<br>2 - Or.|
|^|*Tag name*|1|tags.0.tag|Any string value.<br><br>Note: The number in the property name references tag order in the tag evaluation list.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if configuring *Problem tags*|
|^|*Operator*|0|tags.0.operator|0 - Contains;<br>1 - Equals;<br>2 - Does not contain;<br>3 - Does not equal;<br>4 - Exists;<br>5 - Does not exist.<br><br>Note: The number in the property name references tag order in the tag evaluation list.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if configuring *Problem tags*|
|^|*Tag value*|1|tags.0.value|Any string value.<br><br>Note: The number in the property name references tag order in the tag evaluation list.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if configuring *Problem tags*|

[comment]: # ({/52e2b2be-82002e68})

[comment]: # ({14ed1f33-4097ae32})
#### Overrides

The following parameters are supported for configuring *Overrides*.

::: noteclassic
The first number in the property name (e.g. or.0.hosts.0, or.0.items.0) represents the particular data set,
while the second number, if present, represents the configured host or item.
:::

|Parameter|[type](/manual/api/reference/dashboard/object#dashboard-widget-field)|name|value|
|-----|-|-----|-------------------|
|*Host patterns*|1|or.0.hosts.0|[Host](/manual/api/reference/host/get) name or pattern (e.g. `Zabbix*`).<br><br>This parameter is not supported if configuring the widget on a [template dashboard](/manual/api/reference/templatedashboard/object).<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if configuring *Overrides*|
|*Item patterns*|1|or.0.items.0|[Item](/manual/api/reference/item/get) name or pattern (e.g. `*: Number of processed *values per second`).<br>When configuring the widget on a [template dashboard](/manual/api/reference/templatedashboard/object), only the patterns for items configured on the template should be set.<br><br>[Parameter behavior](/manual/api/reference_commentary#parameter-behavior):<br>- *required* if configuring *Overrides*|
|*Base color*|1|or.0.color|Hexadecimal color code (e.g. `FF0000`).|
|*Width*|0|or.0.width|Possible values range from 1-10.|
|*Draw*|0|or.0.type|0 - Line;<br>1 - Points;<br>2 - Staircase;<br>3 - Bar.|
|*Transparency*|0|or.0.transparency|Possible values range from 1-10.|
|*Fill*|0|or.0.fill|Possible values range from 1-10.|
|*Point size*|0|or.0.pointsize|Possible values range from 1-10.|
|*Missing data*|0|or.0.missingdatafunc|0 - None;<br>1 - Connected;<br>2 - Treat as 0;<br>3 - Last known.|
|*Y-axis*|0|or.0.axisy|0 - Left;<br>1 - Right.|
|*Time shift*|1|or.0.timeshift|Valid time string (e.g. `3600`, `1h`, etc.).<br>You may use [time suffixes](/manual/appendix/suffixes#time-suffixes). Negative values are allowed.|

[comment]: # ({/14ed1f33-4097ae32})

[comment]: # ({0d773487-5887cb51})
### Examples

The following examples aim to only describe the configuration of the dashboard widget field objects for the *Graph* widget.
For more information on configuring a dashboard, see [`dashboard.create`](/manual/api/reference/dashboard/create).

[comment]: # ({/0d773487-5887cb51})

[comment]: # ({b9550fd9-102e83b4})
#### Configuring a *Graph* widget

Configure a *Graph* widget in the following way:

-   2 data sets for a total of 9 items on 1 host.
-   The first data set is of type "Item list" and consists of 3 items that are represented by lines with a different color, but the same width, transparency, and fill.
-   The second data set is of type "Item patterns", consists of 6 items, has a configured aggregation, and is represented by a line with a custom color, width, transparency, and fill.
-   The second data set also has a custom data set label.
-   Data in the graph are displayed for a time period of the last 3 hours.
-   Problems in the graph are displayed only for the configured items.
-   Graph has two Y axes of which the right Y axis displays values only for the second data set.
-   Graph legend displays configured items in 4 rows, as well as minimum, maximum and average values of the data sets.

[Request](/manual/api#performing-requests):

```json
{
    "jsonrpc": "2.0",
    "method": "dashboard.create",
    "params": {
        "name": "My dashboard",
        "display_period": 30,
        "auto_start": 1,
        "pages": [
            {
                "widgets": [
                    {
                        "type": "svggraph",
                        "name": "Graph",
                        "x": 0,
                        "y": 0,
                        "width": 36,
                        "height": 5,
                        "view_mode": 0,
                        "fields": [
                            {
                                "type": 0,
                                "name": "ds.0.dataset_type",
                                "value": 0
                            },
                            {
                                "type": 4,
                                "name": "ds.0.itemids.0",
                                "value": 23264
                            },
                            {
                                "type": 1,
                                "name": "ds.0.color.0",
                                "value": "FF0000"
                            },
                            {
                                "type": 4,
                                "name": "ds.0.itemids.1",
                                "value": 23269
                            },
                            {
                                "type": 1,
                                "name": "ds.0.color.1",
                                "value": "BF00FF"
                            },
                            {
                                "type": 4,
                                "name": "ds.0.itemids.2",
                                "value": 23257
                            },
                            {
                                "type": 1,
                                "name": "ds.0.color.2",
                                "value": "0040FF"
                            },
                            {
                                "type": 0,
                                "name": "ds.0.width",
                                "value": 3
                            },
                            {
                                "type": 0,
                                "name": "ds.0.transparency",
                                "value": 3
                            },
                            {
                                "type": 0,
                                "name": "ds.0.fill",
                                "value": 1
                            },
                            {
                                "type": 1,
                                "name": "ds.1.hosts.0",
                                "value": "Zabbix server"
                            },
                            {
                                "type": 1,
                                "name": "ds.1.items.0",
                                "value": "*: Number of processed *values per second"
                            },
                            {
                                "type": 1,
                                "name": "ds.1.color",
                                "value": "000000"
                            },
                            {
                                "type": 0,
                                "name": "ds.1.transparency",
                                "value": 0
                            },
                            {
                                "type": 0,
                                "name": "ds.1.fill",
                                "value": 0
                            },
                            {
                                "type": 0,
                                "name": "ds.1.axisy",
                                "value": 1
                            },
                            {
                                "type": 0,
                                "name": "ds.1.aggregate_function",
                                "value": 3
                            },
                            {
                                "type": 1,
                                "name": "ds.1.aggregate_interval",
                                "value": "1m"
                            },
                            {
                                "type": 0,
                                "name": "ds.1.aggregate_grouping",
                                "value": 1
                            },
                            {
                                "type": 1,
                                "name": "ds.1.data_set_label",
                                "value": "Number of processed values per second"
                            },
                            {
                                "type": 0,
                                "name": "graph_time",
                                "value": 1
                            },
                            {
                                "type": 1,
                                "name": "time_period.from",
                                "value": "now-3h"
                            },
                            {
                                "type": 1,
                                "name": "time_period.to",
                                "value": "now"
                            },
                            {
                                "type": 0,
                                "name": "legend_statistic",
                                "value": 1
                            },
                            {
                                "type": 0,
                                "name": "legend_lines",
                                "value": 4
                            },
                            {
                                "type": 0,
                                "name": "show_problems",
                                "value": 1
                            },
                            {
                                "type": 1,
                                "name": "reference",
                                "value": "YZABC"
                            }
                        ]
                    }
                ]
            }
        ],
        "userGroups": [
            {
                "usrgrpid": 7,
                "permission": 2
            }
        ],
        "users": [
            {
                "userid": 1,
                "permission": 3
            }
        ]
    },
    "id": 1
}
```

Response:

```json
{
    "jsonrpc": "2.0",
    "result": {
        "dashboardids": [
            "3"
        ]
    },
    "id": 1
}
```

[comment]: # ({/b9550fd9-102e83b4})

[comment]: # ({e9d30322-3c27dd53})
### See also

-   [Dashboard widget field](/manual/api/reference/dashboard/object#dashboard-widget-field)
-   [`dashboard.create`](/manual/api/reference/dashboard/create)
-   [`dashboard.update`](/manual/api/reference/dashboard/update)

[comment]: # ({/e9d30322-3c27dd53})
