petstore_api.servers.server_0
petstore server
http://{server}.swagger.io:{port}/v2
| Key | Type | Description | Notes |
|---|---|---|---|
| server | str | server host prefix | must be one of ["petstore", "qa-petstore", "dev-petstore"] if omitted the client will use the default value of petstore |
| port | str | the port | must be one of ["80", "8080"] if omitted the client will use the default value of 80 |