From 19ba2114613fcad0302daadf87b152fdb4dd0112 Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:56:47 +0200 Subject: [PATCH] Swagger: Update specifications (#81735) --- public/api-enterprise-spec.json | 56 +++++++++++++++++++-------------- public/api-merged.json | 22 ------------- public/openapi3.json | 22 ------------- 3 files changed, 32 insertions(+), 68 deletions(-) diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index 3a27c7aa42e..a7d5a6d07b1 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -6537,24 +6537,6 @@ } } }, - "SSOSettings": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "settings": { - "type": "object", - "additionalProperties": {} - }, - "source": { - "$ref": "#/definitions/SettingsSource" - } - } - }, "SaveDashboardCommand": { "type": "object", "properties": { @@ -6945,10 +6927,6 @@ } } }, - "SettingsSource": { - "type": "integer", - "format": "int64" - }, "ShareType": { "type": "string" }, @@ -9006,7 +8984,22 @@ "getSSOSettingsResponse": { "description": "", "schema": { - "$ref": "#/definitions/SSOSettings" + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "settings": { + "type": "object", + "additionalProperties": {} + }, + "source": { + "type": "string" + } + } } }, "getSharingOptionsResponse": { @@ -9192,7 +9185,22 @@ "schema": { "type": "array", "items": { - "$ref": "#/definitions/SSOSettings" + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "settings": { + "type": "object", + "additionalProperties": {} + }, + "source": { + "type": "string" + } + } } } }, diff --git a/public/api-merged.json b/public/api-merged.json index ee6218c9f04..2293bfa87c5 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -19280,24 +19280,6 @@ } } }, - "SSOSettings": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "settings": { - "type": "object", - "additionalProperties": false - }, - "source": { - "$ref": "#/definitions/SettingsSource" - } - } - }, "Sample": { "type": "object", "title": "Sample is a single sample belonging to a metric.", @@ -19716,10 +19698,6 @@ } } }, - "SettingsSource": { - "type": "integer", - "format": "int64" - }, "ShareType": { "type": "string" }, diff --git a/public/openapi3.json b/public/openapi3.json index 3410723e17e..d695f4645dd 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -9796,24 +9796,6 @@ }, "type": "object" }, - "SSOSettings": { - "properties": { - "id": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "settings": { - "additionalProperties": false, - "type": "object" - }, - "source": { - "$ref": "#/components/schemas/SettingsSource" - } - }, - "type": "object" - }, "Sample": { "properties": { "H": { @@ -10231,10 +10213,6 @@ }, "type": "object" }, - "SettingsSource": { - "format": "int64", - "type": "integer" - }, "ShareType": { "type": "string" },