update doc

This commit is contained in:
Davide Alberani 2017-01-27 08:58:36 +01:00
parent 4e0228753e
commit 931514ec7a

View file

@ -22,6 +22,8 @@ Web server
- /attendees/:id GET - a single entry
- /attendees/:id PUT - update an entry
- /days GET - all entries, grouped by day and by group
- /days PUT - write or update information about the day
- /groups PUT - write or update information about a group
- /days/:day GET - a single day entries, grouped by group (yyyy-mm-dd format)
- /users GET - list of all users
- /users POST - create a new user