From 6f258a1191a42cdb9e5da0f0f173f2cb04af6f12 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Wed, 1 Feb 2012 16:26:49 +1100 Subject: [PATCH] Be explicit that the client cannot set the "modified" field on a BSO. --- source/storage/apis-2.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/storage/apis-2.0.rst b/source/storage/apis-2.0.rst index bd7377d..f25d6b3 100644 --- a/source/storage/apis-2.0.rst +++ b/source/storage/apis-2.0.rst @@ -40,8 +40,8 @@ Storage Objects need to be UTF-8 encoded. BSOs have the following fields: | | | | to be exactly 12 characters from the base64url alphabet. | +---------------+-----------+------------+---------------------------------------------------------------+ | modified | time | integer | The last-modified date, in milliseconds since UNIX epoch | -| | submitted | | (1970-01-01 00:00:00 UTC). If not specified it will be set | -| | | | automatically by the server. | +| | submitted | | (1970-01-01 00:00:00 UTC). This is set automatically by the | +| | | | server; any client-supplied value for this field is ignored. | +---------------+-----------+------------+---------------------------------------------------------------+ | sortindex | none | integer | An integer indicating the relative importance of this item in | | | | | the collection. |