Last active
March 6, 2017 23:27
-
-
Save gebv/c7927c0c3d59ff1b030df4f5910044ae to your computer and use it in GitHub Desktop.
test API Blueprint
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
| FORMAT: 1A | |
| # My API | |
| ## POST /places | |
| + Request (application/json) | |
| {"text": "a"} | |
| + Response 200 (application/json) | |
| {"text": "a"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment