Move route to api/connections
This commit is contained in:
parent
bbaef373f9
commit
c4469a53e7
@ -7848,6 +7848,9 @@
|
|||||||
"$ref": "#/components/schemas/StickerPack"
|
"$ref": "#/components/schemas/StickerPack"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"APIConnectionsConfiguration": {
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
"UpdatesResponse": {
|
"UpdatesResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -10323,25 +10326,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/policies/instance/connections/": {
|
|
||||||
"get": {
|
|
||||||
"responses": {
|
|
||||||
"200": {
|
|
||||||
"description": "",
|
|
||||||
"content": {
|
|
||||||
"application/json": {
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/components/schemas/APIConnectionsConfiguration"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"policies"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"/ping/": {
|
"/ping/": {
|
||||||
"get": {
|
"get": {
|
||||||
"responses": {
|
"responses": {
|
||||||
@ -14559,6 +14543,30 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"/connections/": {
|
||||||
|
"get": {
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"bearer": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"responses": {
|
||||||
|
"200": {
|
||||||
|
"description": "",
|
||||||
|
"content": {
|
||||||
|
"application/json": {
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/components/schemas/APIConnectionsConfiguration"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"connections"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"/connections/{connection_name}/callback/": {
|
"/connections/{connection_name}/callback/": {
|
||||||
"post": {
|
"post": {
|
||||||
"security": [
|
"security": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user