From c2d45cb1728e2191e51424734e74cb2a56b323b0 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Tue, 19 Sep 2023 14:12:17 +0200 Subject: Add single status code descriptions for OpenAPI Signed-off-by: jld3103 --- core/Controller/TranslationApiController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/Controller/TranslationApiController.php') diff --git a/core/Controller/TranslationApiController.php b/core/Controller/TranslationApiController.php index 3f70a5bcb05..c4f3c8e855e 100644 --- a/core/Controller/TranslationApiController.php +++ b/core/Controller/TranslationApiController.php @@ -52,6 +52,8 @@ class TranslationApiController extends \OCP\AppFramework\OCSController { * Get the list of supported languages * * @return DataResponse + * + * 200: Supported languages returned */ public function languages(): DataResponse { return new DataResponse([ -- cgit v1.2.3