From 4affa9bb937f2f6c946f80ce329f3eeb9497e98c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 29 Apr 2016 20:00:46 +0200 Subject: More spec love --- docs/api/v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md index 53284bfa0..03209aeca 100644 --- a/docs/api/v2/README.md +++ b/docs/api/v2/README.md @@ -252,7 +252,7 @@ The response matches the **GET** call, except there can be two different types o The deciding factor whether a full or reduced item object is being returned depends on the fingerprint in the request: If the fingerprint matches the record in the database a reduced item object is being returned, otherwise a full object is used. Both can occur in the same items array at the same time. -The idea behind this special handling is that if the fingerprint matches the record in the database, the actual item content did not change. Therefore it is enough to know the item status. +The idea behind this special handling is that if the fingerprint matches the record in the database, the actual item content did not change. Therefore it is enough to know the item status. This greatly reduces the amount sent over the Net which is especially important for mobile apps. ## Folders Folders are represented using the following data structure: -- cgit v1.2.3