You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include a link to the following page as is done in all previous pages under the specification heading (so when reading we can easily click to get to the next page)
Copy file name to clipboardexpand all lines: specification/servers.md
+2
Original file line number
Diff line number
Diff line change
@@ -112,3 +112,5 @@ This page has shown that:
112
112
- Server lists can be provided through the `servers` array.
113
113
- This array is present at different levels ([OpenAPI Object](https://spec.openapis.org/oas/v3.1.0#oasServers), [Path Item Object](https://spec.openapis.org/oas/v3.1.0#pathItemServers) and [Operation Object](https://spec.openapis.org/oas/v3.1.0#operationServers)) and only the innermost one is used.
114
114
- Server URLs can contain `variables` for further customization like `https://{username}.server.com:{port}/{version}`
115
+
116
+
The [next page](security) shows how to describe API security.
0 commit comments