summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-08-01 10:57:12 +0000
committerfox <[email protected]>2019-08-01 10:57:12 +0000
commitad1f4dd61b2d572c68d2e153759326cb56e84725 (patch)
tree5aafcc5a5758fdfdc2491b962f0cae43857db6b1
parent784e600dbd02f07d470e56e3933cb4e123c23452 (diff)
Update page 'ApiReference'
-rw-r--r--ApiReference.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/ApiReference.md b/ApiReference.md
index c86a5ee..ec8c303 100644
--- a/ApiReference.md
+++ b/ApiReference.md
@@ -1,4 +1,5 @@
-# JSON API Reference
+% 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).
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.