Skip to content

Instantly share code, notes, and snippets.

@xbklairith
Created August 9, 2016 16:00
Show Gist options
  • Save xbklairith/40ea9d6d5306117ad8cf75c2674b8fd7 to your computer and use it in GitHub Desktop.
Save xbklairith/40ea9d6d5306117ad8cf75c2674b8fd7 to your computer and use it in GitHub Desktop.
/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