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