Dashboards: update docs of the overwrite param in Save Dashboard API Call (#97011)

update dashboard overwrite docs
This commit is contained in:
Artur Wierzbicki
2024-11-26 09:36:44 +00:00
committed by GitHub
parent a9099a56db
commit ba0f376da7
2 changed files with 2 additions and 3 deletions
@@ -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**: