diff options
Diffstat (limited to 'core/Controller/TranslationApiController.php')
-rw-r--r-- | core/Controller/TranslationApiController.php | 2 |
1 files changed, 2 insertions, 0 deletions
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<Http::STATUS_OK, array{languages: array{from: string, fromLabel: string, to: string, toLabel: string}[], languageDetection: bool}, array{}> + * + * 200: Supported languages returned */ public function languages(): DataResponse { return new DataResponse([ |