We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2088187 commit fcfab80Copy full SHA for fcfab80
.openapi/connector_mgmt.yaml
@@ -6,7 +6,7 @@ info:
6
description: Connector Service Fleet Manager is a Rest API to manage connectors.
7
servers:
8
- url: https://api.openshift.com
9
- description: Main (production) server
+ description: Production server
10
- url: https://api.stage.openshift.com
11
description: Staging server
12
- url: http://localhost:8000
packages/api-mock/package.json
@@ -28,7 +28,7 @@
28
"cors": "2.8.5",
29
"express": "4.17.1",
30
"nanoid": "3.1.30",
31
- "openapi-backend": "4.2.0",
+ "openapi-backend": "5.0.0",
32
"yargs": "17.2.1"
33
},
34
"devDependencies": {
0 commit comments