Commit f72b8878 authored by thibaut-felten's avatar thibaut-felten

TP2Doc

parent e32cfee0
# Documentation API
| Task | Method | Path |
|--|--|--|
| Create a new user | POST | /users |
| Get a specific user | GET | /users/{id} |
| Get all users| GET | /users |
| Edit an existing user | PUT | /users/{id} |
| Delete a user | DELETE | /users/{id} |
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment