oas3-multiple-servers-switch.yaml 309 B

1234567891011121314151617
  1. openapi: 3.0.2
  2. servers:
  3. - url: /test-url-switch-1
  4. - url: /test-url-switch-2
  5. info:
  6. title: multi-server test, switch
  7. version: 0.0.1
  8. description: |-
  9. a simple test to select different servers
  10. paths:
  11. /:
  12. get:
  13. summary: an operation
  14. responses:
  15. "200":
  16. description: OK