Created
March 2, 2016 16:50
-
-
Save zdne/6a85e1ddbd3eb9c769df to your computer and use it in GitHub Desktop.
This file contains 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
# User [/users/{id}] | |
- Attributes (object) | |
- name: John | |
- email: john@apiary.io | |
## Retrieve [GET] | |
- Response 200 (application/json) | |
- Attributes (User) | |
## Remove [DELETE] | |
- Response 204 | |
# Collection of Users [/users] | |
- Attributes (array) | |
- (User) | |
## Retrieve [GET] | |
- Response 200 (application/json) | |
- Attributes (Collection of Users) | |
## Create New User [POST] | |
- Request (application/json) | |
- Attributes (User) | |
- Response 201 (application/json) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment