1 files changed, 20 insertions, 4 deletions
diff --git a/assets/openapi.json b/assets/openapi.json
index 0a211d3c..a6f5d962 100644
--- a/assets/openapi.json
+++ b/assets/openapi.json
@@ -2360,10 +2360,7 @@
}
},
"poll": {
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/Poll"
- }
+ "$ref": "#/components/schemas/Poll"
},
"id": {
"type": "string"
@@ -10326,6 +10323,25 @@
]
}
},
+ "/policies/instance/connections/": {
+ "get": {
+ "responses": {
+ "200": {
+ "description": "",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/APIConnectionsConfiguration"
+ }
+ }
+ }
+ }
+ },
+ "tags": [
+ "policies"
+ ]
+ }
+ },
"/ping/": {
"get": {
"responses": {
|