Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created June 20, 2020 09:21
Show Gist options
  • Select an option

  • Save PradeepLoganathan/cd16e4998042689c25dc04e20dd39c82 to your computer and use it in GitHub Desktop.

Select an option

Save PradeepLoganathan/cd16e4998042689c25dc04e20dd39c82 to your computer and use it in GitHub Desktop.
Openapi sample server object
{
"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