summaryrefslogtreecommitdiff
path: root/ApiReference.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:22:35 +0000
committerfox <[email protected]>2019-02-26 05:22:35 +0000
commit98da5d7b8a8eb6cae77cf2f950589afc4a223028 (patch)
treed2ffde4ef88348b03092506dc0b912ee79c44c22 /ApiReference.md
parent8941f080d8f02615bf7eb00b021a8e7228c77ab4 (diff)
Update page 'ApiReference'
Diffstat (limited to 'ApiReference.md')
-rw-r--r--ApiReference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ApiReference.md b/ApiReference.md
index 7aa8910..c86a5ee 100644
--- a/ApiReference.md
+++ b/ApiReference.md
@@ -4,7 +4,7 @@ API is pluggable, plugins can use host <code>add\_api\_method()</code> to add cu
API is stateful. You need to login and maintain a session ID to perform further operations. Session ID should be specified using JSON parameter **sid**. I.e.
```bash
-curl -d '{"sid":"your-session-id","op":"getVersion"}' http://example.dom/tt-rss/api/
+curl -d '{"sid":"your-session-id","op":"getVersion"}' http://example.com/tt-rss/api/
```
All API calls output JSON-encoded data. API can be enabled or disabled