summaryrefslogtreecommitdiff
path: root/ApiReference.md
diff options
context:
space:
mode:
authorfox <[email protected]>2018-08-29 10:03:29 +0000
committerfox <[email protected]>2018-08-29 10:03:29 +0000
commitbee98884fae8111a9ee2e5adfd134de789590535 (patch)
treebd0342a02dfb3c68158b7a75b7e4d95efc980d87 /ApiReference.md
parent73a1f6be9cb04d89bc08aa3d65371541378f0590 (diff)
Update page 'ApiReference'
Diffstat (limited to 'ApiReference.md')
-rw-r--r--ApiReference.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ApiReference.md b/ApiReference.md
index 1a0b907..db5203a 100644
--- a/ApiReference.md
+++ b/ApiReference.md
@@ -37,7 +37,9 @@ For boolean parameters the expected syntax is:
```bash
curl -d '{"op":"login","user":"you","password":"xxx"}' http://example.com/tt-rss/api/
+```
+```bash
curl -d '{"sid":"...","op":"getHeadlines","feed_id":"0","is_cat":"1"}' http://example.com/tt-rss/api/
```