@itentialopensource/adapter-velocloud
Version:
[Deprecated] This adapter integrates with system Velocloud
144 lines • 2.47 kB
JSON
{
"openapi": "3.0.2",
"info": {
"title": "adapter-velocloud",
"version": "1.0.0"
},
"paths": {
"/login/operatorLogin": {
"post": {
"operationId": "postLoginoperatorLogin",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "authorization",
"in": "query",
"required": true,
"schema": {
"title": "authorization",
"type": "object"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/login/enterpriseLogin": {
"post": {
"operationId": "postLoginenterpriseLogin",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "authorization",
"in": "query",
"required": true,
"schema": {
"title": "authorization",
"type": "object"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/logout": {
"post": {
"operationId": "postLogout",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
}
}
},
"/meta/{apiPath}": {
"post": {
"operationId": "postMetaapiPath",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "apiPath",
"in": "path",
"required": true,
"schema": {
"title": "apiPath",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
}
},
"components": {
"schemas": {}
}
}