From 931514ec7aaec0d2bc4819f590b95719248513e3 Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Fri, 27 Jan 2017 08:58:36 +0100 Subject: [PATCH] update doc --- docs/DEVELOPMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index a512791..9cd21f7 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -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