Created
December 4, 2017 07:56
-
-
Save KeenS/0e539a9cb71c23d178729e2a41ecc376 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": { | |
"version": "1.0.0", | |
"title": "Swagger Petstore" | |
}, | |
"paths": { | |
"/pet": { | |
"post": { | |
"responses": { | |
"405": { | |
"description": "こんにちは、世界" | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment