Dashboards: Update POST /api/dashboards/db docs (#99363)
update dashboard update docs
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user