Dashboards: update docs of the overwrite param in Save Dashboard API Call (#97011)
update dashboard overwrite docs
This commit is contained in:
@@ -83,7 +83,7 @@ JSON Body schema:
|
||||
- **dashboard.refresh** - Set the dashboard refresh interval. If this is lower than [the minimum refresh interval]({{< relref "/docs/grafana/latest/setup-grafana/configure-grafana#min_refresh_interval" >}}), then Grafana will ignore it and will enforce the minimum refresh interval.
|
||||
- **folderId** – The id of the folder to save the dashboard in.
|
||||
- **folderUid** – The UID of the folder to save the dashboard in. Overrides the `folderId`.
|
||||
- **overwrite** – Set to true if you want to overwrite existing dashboard with newer version, same dashboard title in folder or same dashboard uid.
|
||||
- **overwrite** – Set to true if you want to overwrite an existing dashboard with a given dashboard UID.
|
||||
- **message** - Set a commit message for the version history.
|
||||
|
||||
**Example Request for updating a dashboard**:
|
||||
|
||||
Reference in New Issue
Block a user