Swagger: Update specifications (#81735)

This commit is contained in:
Sofia Papagiannaki
2024-02-01 19:56:47 +02:00
committed by GitHub
parent 7ab833d28c
commit 19ba211461
3 changed files with 32 additions and 68 deletions
+32 -24
View File
@@ -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"
}
}
}
}
},
-22
View File
@@ -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"
},
-22
View File
@@ -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"
},