From 54d183949e55f3d759d5cebe4807d72e31cc4b5f Mon Sep 17 00:00:00 2001 From: horacimacias Date: Mon, 2 Dec 2024 11:42:04 +0100 Subject: [PATCH] doc: Fix spacing in sample values for enabling persistence (#97220) Co-authored-by: Irene Rodriguez --- .../setup-grafana/installation/helm/index.md | 6 ++--- public/api-merged.json | 26 ------------------- public/openapi3.json | 26 ------------------- 3 files changed, 3 insertions(+), 55 deletions(-) diff --git a/docs/sources/setup-grafana/installation/helm/index.md b/docs/sources/setup-grafana/installation/helm/index.md index d34e5c35f0e..4294002871b 100644 --- a/docs/sources/setup-grafana/installation/helm/index.md +++ b/docs/sources/setup-grafana/installation/helm/index.md @@ -222,9 +222,9 @@ To enable the persistent storage in the Grafana Helm charts, complete the follow ............ ...... persistence: - type: pvc - enabled: true - # storageClassName: default + type: pvc + enabled: true + # storageClassName: default ....... ............ ...... diff --git a/public/api-merged.json b/public/api-merged.json index bbbc58b0740..5f2e962b409 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -8606,32 +8606,6 @@ } } }, - "/scim/users/": { - "post": { - "tags": [ - "users" - ], - "summary": "Creates user.", - "operationId": "createUser", - "responses": { - "200": { - "$ref": "#/responses/okResponse" - }, - "401": { - "$ref": "#/responses/unauthorisedError" - }, - "403": { - "$ref": "#/responses/forbiddenError" - }, - "409": { - "$ref": "#/responses/conflictError" - }, - "500": { - "$ref": "#/responses/internalServerError" - } - } - } - }, "/search": { "get": { "tags": [ diff --git a/public/openapi3.json b/public/openapi3.json index b720c4e8b07..5bba4ec6ad8 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -22483,32 +22483,6 @@ ] } }, - "/scim/users/": { - "post": { - "operationId": "createUser", - "responses": { - "200": { - "$ref": "#/components/responses/okResponse" - }, - "401": { - "$ref": "#/components/responses/unauthorisedError" - }, - "403": { - "$ref": "#/components/responses/forbiddenError" - }, - "409": { - "$ref": "#/components/responses/conflictError" - }, - "500": { - "$ref": "#/components/responses/internalServerError" - } - }, - "summary": "Creates user.", - "tags": [ - "users" - ] - } - }, "/search": { "get": { "operationId": "search",