Skip to content

Commit

Permalink
chore: fix servers response (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui authored Jun 5, 2023
1 parent 204eb2d commit d5816ea
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .redocly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rules:
no-unused-components: warn
theme:
openapi:
sideNavStyle: id-only
sideNavStyle: path-only
htmlTemplate: ./docs/index.html
theme:
colors:
Expand Down
4 changes: 4 additions & 0 deletions openapi/components/schemas/lambdas/servers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
type: array
items:
type: object
required:
- baseUrl
- owner
- id
properties:
baseUrl:
type: string
Expand Down
4 changes: 2 additions & 2 deletions openapi/paths/lambdas/lambdas@contracts@servers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
get:
operationId: getServers
summary: Get Servers list
operationId: getCatalystServers
summary: Get Catalyst Servers
tags:
- Lambdas
description: Retrieve the list of Catalyst Servers
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@
"trailingComma": "none",
"tabWidth": 2
},
"dependencies": {}
"dependencies": {
"yaml": "^2.3.1"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6138,6 +6138,11 @@ yaml@^2.2.1:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==

yaml@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b"
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==

yargs-parser@20.x, yargs-parser@^20.2.2:
version "20.2.9"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
Expand Down

0 comments on commit d5816ea

Please sign in to comment.