From f8c431e0bcf4e9f39b60e76a24829bf8162c3fc1 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Thu, 20 Jun 2024 16:08:49 +0200 Subject: [PATCH] updating comment of the content function --- application/controllers/api/frontend/v1/Cms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/api/frontend/v1/Cms.php b/application/controllers/api/frontend/v1/Cms.php index f54353e28..5877de709 100644 --- a/application/controllers/api/frontend/v1/Cms.php +++ b/application/controllers/api/frontend/v1/Cms.php @@ -46,7 +46,7 @@ class Cms extends FHCAPI_Controller // Public methods /** - * Gets a JSON body via HTTP POST and provides the parameters + * fetches the content with the content_id and additional parameters */ public function content() {