Went through todos

This commit is contained in:
Dennis Eichhorn 2024-05-02 22:54:38 +00:00
parent cbd19c9353
commit f6f3cf312a
2 changed files with 5 additions and 1 deletions

View File

@ -159,7 +159,7 @@ return [
],
],
'^.*/wiki/category/l11n$' => [
'^.*/wiki/category/l11n(\?.*|$)$' => [
[
'dest' => '\Modules\Knowledgebase\Controller\ApiController:apiWikiCategoryL11nCreate',
'verb' => RouteVerb::PUT,

View File

@ -55,6 +55,10 @@ final class ApiController extends Controller
*
* @api
*
* @question Consider to use the Editor module for the content instead of handling
* the content separately in the wiki module.
* https://github.com/Karaka-Management/oms-Knowledgebase/issues/7
*
* @since 1.0.0
*/
public function apiWikiDocCreate(RequestAbstract $request, ResponseAbstract $response, array $data = []) : void