mirror of
https://github.com/grafana/grafana.git
synced 2026-08-09 04:38:16 -05:00
Swagger: Update specifications (#81735)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user