diff --git a/API.md b/API.md index 44654be8..3c6bb2f5 100644 --- a/API.md +++ b/API.md @@ -943,10 +943,9 @@ data. - **Description** Retrieves the post that is currently featured on the main page in web - client. If no post is featured, `` is null and `snapshots` array is - empty. Note that this method exists mostly for compatibility with setting - featured post - most of times, you'd want to use query global info which - contains more information. + client. If no post is featured, `` is null. Note that this method + exists mostly for compatibility with setting featured post - most of times, + you'd want to use query global info which contains more information. ## Featuring post - **Request** @@ -1441,7 +1440,7 @@ data. | `id` | involving given resource id | | `date` | created at given date | | `time` | alias of `date` | - | `operation` | `changed`, `created` or `deleted` | + | `operation` | `modified`, `created`, `deleted` or `merged` | | `user` | name of the user that created given snapshot | **Sort style tokens** @@ -1573,12 +1572,7 @@ experience. "name": , "color": , "usages": - "default": , - "snapshots": [ - , - , - - ] + "default": } ``` @@ -1589,8 +1583,6 @@ experience. - ``: the category color. - ``: how many tags is the given category used with. - ``: whether the tag category is the default one. -- ``: a [snapshot resource](#snapshot) that contains the tag - category's earlier versions. ## Tag **Description** @@ -1609,12 +1601,7 @@ A single tag. Tags are used to let users search for posts. "creationTime": , "lastEditTime": , "usages": , - "description": , - "snapshots": [ - , - , - - ] + "description": } ``` @@ -1633,8 +1620,6 @@ A single tag. Tags are used to let users search for posts. - ``: the number of posts the tag was used in. - ``: the tag description (instructions how to use, history etc.) The client should render is as Markdown. -- ``: a [snapshot resource](#snapshot) that contains the tag's - earlier versions. ## Post **Description** @@ -1675,11 +1660,6 @@ One file together with its metadata posted to the site. "favoritedBy": , "hasCustomThumbnail": , "mimeType": - "snapshots": [ - , - , - - ], "comments": { , , @@ -1745,8 +1725,6 @@ One file together with its metadata posted to the site. - ``: whether the post uses custom thumbnail. - ``: subsidiary to ``, used to tell exact content format; useful for `