Skip to content

Instantly share code, notes, and snippets.

@KeenS
Created December 4, 2017 07:56
Show Gist options
  • Save KeenS/0e539a9cb71c23d178729e2a41ecc376 to your computer and use it in GitHub Desktop.
Save KeenS/0e539a9cb71c23d178729e2a41ecc376 to your computer and use it in GitHub Desktop.
{
"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