diff --git a/lib/Controller/ApiFavoriteController.php b/lib/Controller/ApiFavoriteController.php index df36b54b3..6c08cec6a 100644 --- a/lib/Controller/ApiFavoriteController.php +++ b/lib/Controller/ApiFavoriteController.php @@ -32,7 +32,7 @@ public function __construct( } /** - * [api v2] Create a new table and return it + * [api v2] Add a node (table or view) to user favorites * * @NoAdminRequired * @@ -57,7 +57,7 @@ public function create(int $nodeType, int $nodeId): DataResponse { /** - * [api v2] Delete a table + * [api v2] Remove a node (table or view) to from favorites * * @NoAdminRequired *