From 9593f4d6f9bac5eee9527ac591a6f39dae11d109 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Tue, 13 Feb 2024 10:22:58 +0100 Subject: fix: openapi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- core/Controller/HoverCardController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/Controller') diff --git a/core/Controller/HoverCardController.php b/core/Controller/HoverCardController.php index 9a76ee4a09a..ac1b809ba0c 100644 --- a/core/Controller/HoverCardController.php +++ b/core/Controller/HoverCardController.php @@ -48,13 +48,13 @@ class HoverCardController extends \OCP\AppFramework\OCSController { /** * @NoAdminRequired * - * Get the user details for a hovercard + * Get the account details for a hovercard * * @param string $userId ID of the user * @return DataResponse|DataResponse, array{}> * - * 200: User details returned - * 404: User not found + * 200: Account details returned + * 404: Account not found */ public function getUser(string $userId): DataResponse { $contact = $this->manager->findOne($this->userSession->getUser(), IShare::TYPE_USER, $userId); -- cgit v1.2.3