Skip to content

Commit

Permalink
Be explicit that the client cannot set the "modified" field on a BSO.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Feb 28, 2012
1 parent e7dca3f commit 6f258a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/storage/apis-2.0.rst
Expand Up @@ -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. |
Expand Down

0 comments on commit 6f258a1

Please sign in to comment.