From 2c4ce6cb5072fa84a0851573c3815bcf3cb5d569 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Mon, 18 Apr 2016 09:57:11 +0200 Subject: [PATCH] API: List --- rcc/api/list/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rcc/api/list/index.php b/rcc/api/list/index.php index 8ba39ff..b55e919 100644 --- a/rcc/api/list/index.php +++ b/rcc/api/list/index.php @@ -18,7 +18,8 @@ if ($settings["rcc"]["api"] == "on" && $settings["rcc"]["rcc"] == "on") { $app = new \Slim\App(); /** - * api for fetching a blog post + * api for get the list of blogs and if $_GET["blog"] is set the list of + * blogs posts in that blog * * @param string $_GET["blog"] optional name of the blog *