summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 21:19:01 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 21:19:01 +0200
commitc4462f08f6d0885c985118b600ef8ad8d6c5810a (patch)
tree14653873bb3e94d3859eb6ee8928f94f8ecd47d8 /docs
parentbb4f27f1d5548ed1cdbbd96e7ccca84dcd6431c1 (diff)
add type structures
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v2/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index e71bb243e..b5e70448f 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -347,3 +347,10 @@ The attributes mean the following:
* **fingerprint**: 64 ASCII characters, hash that is used to determine if an item is the same as an other one. The following behavior should be implemented:
* Items in a stream (e.g. All items, folders, feeds) should be filtered so that no item with the same fingerprint is present.
* When marking an item read, all items with the same fingerprint should also be marked as read.
+
+
+## Update API
+TBD
+
+## Meta Data API
+TBD \ No newline at end of file