From d3a75a42a07d93f125b25fe47184ae0a8dd0a7e8 Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Fri, 12 Jul 2024 09:08:44 -0300 Subject: [PATCH] Chore: Update swagger docs (#90154) --- public/api-enterprise-spec.json | 9 ++++----- public/api-merged.json | 9 ++++----- public/openapi3.json | 9 ++++----- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index c0a852028dd..bb8233ab7a1 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -1489,7 +1489,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/CreateOrUpdateReportConfig" + "$ref": "#/definitions/CreateOrUpdateReport" } } ], @@ -1763,7 +1763,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/CreateOrUpdateReportConfig" + "$ref": "#/definitions/CreateOrUpdateReport" } } ], @@ -1842,7 +1842,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/CreateOrUpdateReportConfig" + "$ref": "#/definitions/CreateOrUpdateReport" } }, { @@ -3522,7 +3522,7 @@ } } }, - "CreateOrUpdateReportConfig": { + "CreateOrUpdateReport": { "type": "object", "properties": { "dashboards": { @@ -6402,7 +6402,6 @@ } }, "Report": { - "description": "ConfigDTO is model representation in transfer", "type": "object", "properties": { "created": { diff --git a/public/api-merged.json b/public/api-merged.json index 05a18e5c7c2..30237ce16f5 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -7984,7 +7984,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/CreateOrUpdateReportConfig" + "$ref": "#/definitions/CreateOrUpdateReport" } } ], @@ -8258,7 +8258,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/CreateOrUpdateReportConfig" + "$ref": "#/definitions/CreateOrUpdateReport" } } ], @@ -8337,7 +8337,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/CreateOrUpdateReportConfig" + "$ref": "#/definitions/CreateOrUpdateReport" } }, { @@ -14018,7 +14018,7 @@ } } }, - "CreateOrUpdateReportConfig": { + "CreateOrUpdateReport": { "type": "object", "properties": { "dashboards": { @@ -19037,7 +19037,6 @@ } }, "Report": { - "description": "ConfigDTO is model representation in transfer", "type": "object", "properties": { "created": { diff --git a/public/openapi3.json b/public/openapi3.json index 9af29471775..32cbcab8702 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -4116,7 +4116,7 @@ }, "type": "object" }, - "CreateOrUpdateReportConfig": { + "CreateOrUpdateReport": { "properties": { "dashboards": { "items": { @@ -9135,7 +9135,6 @@ "type": "object" }, "Report": { - "description": "ConfigDTO is model representation in transfer", "properties": { "created": { "format": "date-time", @@ -21407,7 +21406,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateOrUpdateReportConfig" + "$ref": "#/components/schemas/CreateOrUpdateReport" } } }, @@ -21694,7 +21693,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateOrUpdateReportConfig" + "$ref": "#/components/schemas/CreateOrUpdateReport" } } }, @@ -21827,7 +21826,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateOrUpdateReportConfig" + "$ref": "#/components/schemas/CreateOrUpdateReport" } } },