Skip to content

Instantly share code, notes, and snippets.

@chrissharkey
Created April 21, 2015 05:08
Show Gist options
  • Save chrissharkey/5243c9dbd9a770a33624 to your computer and use it in GitHub Desktop.
Save chrissharkey/5243c9dbd9a770a33624 to your computer and use it in GitHub Desktop.
How do I accept a parameter just for the GET and DELETE, but not the POST?
# Contact [/v1/contact]
## Get contact [GET]
## Add or update contact [POST]
## Delete a contact [DELETE]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment