Dashboards: Update POST /api/dashboards/db docs (#99363)

update dashboard update docs
This commit is contained in:
Artur Wierzbicki
2025-02-05 22:47:08 +06:00
committed by GitHub
parent a93664ff3d
commit 130d268b51
@@ -139,7 +139,6 @@ The **412** status code is used for explaining that you cannot create the dashbo
There can be different reasons for this:
- The dashboard has been changed by someone else, `status=version-mismatch`
- A dashboard with the same name in the folder already exists, `status=name-exists`
- A dashboard with the same uid already exists, `status=name-exists`
- The dashboard belongs to plugin `<plugin title>`, `status=plugin-dashboard`
@@ -156,8 +155,6 @@ Content-Length: 97
}
```
In case of title already exists the `status` property will be `name-exists`.
## Get dashboard by uid
`GET /api/dashboards/uid/:uid`