aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/TextProcessingApiController.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/TextProcessingApiController.php')
-rw-r--r--core/Controller/TextProcessingApiController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Controller/TextProcessingApiController.php b/core/Controller/TextProcessingApiController.php
index 89ef0d105fe..8b5175f0e5c 100644
--- a/core/Controller/TextProcessingApiController.php
+++ b/core/Controller/TextProcessingApiController.php
@@ -66,6 +66,8 @@ class TextProcessingApiController extends \OCP\AppFramework\OCSController {
* This endpoint returns all available LanguageModel task types
*
* @return DataResponse<Http::STATUS_OK, array{types: array{id: string, name: string, description: string}[]}, array{}>
+ *
+ * 200: Task types returned
*/
#[PublicPage]
public function taskTypes(): DataResponse {