Created
June 20, 2020 09:21
-
-
Save PradeepLoganathan/cd16e4998042689c25dc04e20dd39c82 to your computer and use it in GitHub Desktop.
Openapi sample server object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers": [ | |
| { | |
| "url": "https://development.thetalenbot.com/v1", | |
| "description": "Development environment" | |
| }, | |
| { | |
| "url": "https://staging.thetalenbot.com/v1", | |
| "description": "Staging server" | |
| }, | |
| { | |
| "url": "https://api.thetalenbot.com/v1", | |
| "description": "Production server" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment