From 130d268b51df3265891c7ea305f975ba8815725a Mon Sep 17 00:00:00 2001 From: Artur Wierzbicki Date: Wed, 5 Feb 2025 22:47:08 +0600 Subject: [PATCH] Dashboards: Update `POST /api/dashboards/db` docs (#99363) update dashboard update docs --- docs/sources/developers/http_api/dashboard.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/sources/developers/http_api/dashboard.md b/docs/sources/developers/http_api/dashboard.md index d37b0e080c9..fe08dc99f15 100644 --- a/docs/sources/developers/http_api/dashboard.md +++ b/docs/sources/developers/http_api/dashboard.md @@ -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 ``, `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`