From ca3102e7f444fc46a2a14ea650160e7f3327301c Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Sat, 21 Dec 2024 01:16:22 +0100 Subject: [PATCH] generate openapi specs Signed-off-by: Julien Veyssier --- lib/Controller/AssistantApiController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Controller/AssistantApiController.php b/lib/Controller/AssistantApiController.php index 4c8e4c77..cf122738 100644 --- a/lib/Controller/AssistantApiController.php +++ b/lib/Controller/AssistantApiController.php @@ -76,7 +76,7 @@ public function notifyWhenReady(int $ocpTaskId): DataResponse { * * Get all available task types that the assistant can handle. * - * @return DataResponse}, array{}> + * @return DataResponse}, array{}> * * 200: Available task types returned */ @@ -94,7 +94,7 @@ public function getAvailableTaskTypes(): DataResponse { * Get a list of assistant tasks for the current user. * * @param string|null $taskTypeId Task type id. If null, tasks of all task types will be retrieved - * @return DataResponse}, array{}>|DataResponse + * @return DataResponse}, array{}>|DataResponse * * 200: User tasks returned * 404: No tasks found