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