Skip to content

Instantly share code, notes, and snippets.

@shockey
Created October 16, 2018 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shockey/7f8670ac020f06f533027a4c94a47482 to your computer and use it in GitHub Desktop.
Save shockey/7f8670ac020f06f533027a4c94a47482 to your computer and use it in GitHub Desktop.
---
swagger: '2.0'
paths:
"/ping":
get:
operationId: blahBlah
produces:
- text/plain;charset=utf-8
responses:
'200':
schema:
type: string
---
swagger: '2.0'
paths:
"/ping":
get:
produces:
- text/plain;charset=utf-8
responses:
'200':
schema:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment