From b6c968773b745a30fff2305925f01f082a01815b Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Mon, 16 Sep 2013 21:59:09 +0200 Subject: [PATCH] [MISC] Add small note concerning json responses on error. --- NOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NOTES b/NOTES index f2db53b..d01e764 100644 --- a/NOTES +++ b/NOTES @@ -42,6 +42,9 @@ profile document: API --- +Note: In case of success == false, "error" is added to the response, containing the error message. + + GET retrieve data PUT put a whole dataset (overwrite) POST update a dataset (update given parts only)