fix: Allowing servers dropdown to change when oas3Actions.setSelectedServer is called (#6358)

ref: #6351
This commit is contained in:
ben-smartbear
2020-09-08 23:37:48 +01:00
committed by GitHub
parent e664ee58f1
commit 5123b47ef4
3 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
openapi: 3.0.2
info:
title: OAS 3.0 sample with multiple servers
version: 0.1.0
servers:
- url: http://testserver1.com
- url: http://testserver2.com
paths:
/test/:
get:
responses:
'200':
description: Successful Response