summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:22:18 +0000
committerfox <[email protected]>2019-02-26 05:22:18 +0000
commit8941f080d8f02615bf7eb00b021a8e7228c77ab4 (patch)
tree59d6cf0bf4277488042dc70f198abbefeecfc530
parent0861af78c258f4a9bce05807c1510f7dbe736ad7 (diff)
Update page 'ApiReference'
-rw-r--r--ApiReference.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/ApiReference.md b/ApiReference.md
index 3db2257..7aa8910 100644
--- a/ApiReference.md
+++ b/ApiReference.md
@@ -1,8 +1,6 @@
# JSON API Reference
API is pluggable, plugins can use host <code>add\_api\_method()</code> to add custom API calls (see <code>classes/pluginhost.php</code> for details).
-## Summary
-
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