Created
August 9, 2016 16:00
-
-
Save xbklairith/40ea9d6d5306117ad8cf75c2674b8fd7 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
/pokemon/add: | |
post: | |
description: Add new Pokemon | |
parameters: | |
- name: newMonster | |
in: body | |
required: true | |
schema: | |
$ref: '#/definitions/Monster' | |
responses: | |
200: | |
description: Return added monster | |
schema: | |
$ref: '#/definitions/Monster' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment