Created
July 18, 2017 11:18
-
-
Save owenconti/d630b688aa5c7c68defd1b2efec48fb7 to your computer and use it in GitHub Desktop.
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
swagger: '2.0' | |
info: | |
title: TestApp | |
version: 1.0.0 | |
host: example.com | |
schemes: | |
- https | |
paths: | |
/test: | |
post: | |
responses: | |
'200': | |
description: Ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment