diff options
Diffstat (limited to 'core/Controller/AutoCompleteController.php')
-rw-r--r-- | core/Controller/AutoCompleteController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Controller/AutoCompleteController.php b/core/Controller/AutoCompleteController.php index 15b78e53dc0..fd7f9188f96 100644 --- a/core/Controller/AutoCompleteController.php +++ b/core/Controller/AutoCompleteController.php @@ -68,6 +68,8 @@ class AutoCompleteController extends OCSController { * @param int $limit Maximum number of results to return * * @return DataResponse<Http::STATUS_OK, CoreAutocompleteResult[], array{}> + * + * 200: Autocomplete results returned */ public function get(string $search, ?string $itemType, ?string $itemId, ?string $sorter = null, array $shareTypes = [IShare::TYPE_USER], int $limit = 10): DataResponse { // if enumeration/user listings are disabled, we'll receive an empty |