mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-24 15:28:40 +00:00
Went through todos
This commit is contained in:
parent
cbd19c9353
commit
f6f3cf312a
|
|
@ -159,7 +159,7 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'^.*/wiki/category/l11n$' => [
|
||||
'^.*/wiki/category/l11n(\?.*|$)$' => [
|
||||
[
|
||||
'dest' => '\Modules\Knowledgebase\Controller\ApiController:apiWikiCategoryL11nCreate',
|
||||
'verb' => RouteVerb::PUT,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user