Created
April 8, 2016 18:39
-
-
Save henadzit/e17328dc9d46d00cca8d0519355203dc 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
{ | |
"definitions": {}, | |
"info": { | |
"title": "pets", | |
"version": "v1" | |
}, | |
"parameters": {}, | |
"paths": { | |
"/pets": { | |
"delete": { | |
"parameters": [ | |
{ | |
"in": "body", | |
"name": "body", | |
"required": false, | |
"schema": { | |
"properties": {}, | |
"type": "object" | |
} | |
} | |
], | |
"responses": { | |
"204": { | |
"description": "", | |
"schema": {} | |
} | |
} | |
}, | |
"get": { | |
"parameters": [ | |
{ | |
"in": "body", | |
"name": "body", | |
"required": false, | |
"schema": { | |
"properties": {}, | |
"type": "object" | |
} | |
} | |
], | |
"responses": { | |
"default": { | |
"description": "", | |
"schema": { | |
"properties": {}, | |
"type": "object" | |
} | |
} | |
} | |
}, | |
"post": { | |
"parameters": [ | |
{ | |
"in": "body", | |
"name": "body", | |
"required": false, | |
"schema": { | |
"properties": {}, | |
"type": "object" | |
} | |
} | |
], | |
"responses": { | |
"201": { | |
"description": "", | |
"schema": { | |
"properties": {}, | |
"type": "object" | |
} | |
} | |
} | |
}, | |
"put": { | |
"parameters": [ | |
{ | |
"in": "body", | |
"name": "body", | |
"required": false, | |
"schema": { | |
"properties": {}, | |
"type": "object" | |
} | |
} | |
], | |
"responses": { | |
"default": { | |
"description": "", | |
"schema": { | |
"properties": {}, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"swagger": "2.0", | |
"tags": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment