From 8941f080d8f02615bf7eb00b021a8e7228c77ab4 Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 26 Feb 2019 05:22:18 +0000 Subject: Update page 'ApiReference' --- ApiReference.md | 2 -- 1 file changed, 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 add\_api\_method() to add custom API calls (see classes/pluginhost.php 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 -- cgit v1.2.3