diff --git a/lib/Controller/EndpointController.php b/lib/Controller/EndpointController.php index 6991c9bba..ecd4ae7fd 100644 --- a/lib/Controller/EndpointController.php +++ b/lib/Controller/EndpointController.php @@ -195,7 +195,7 @@ public function getNotification(string $apiVersion, int $id): DataResponse { * @param int[] $ids IDs of the notifications to check * @return DataResponse * - * 200: Existing nsotification IDs returned + * 200: Existing notification IDs returned * 400: Too many notification IDs requested */ public function confirmIdsForUser(string $apiVersion, array $ids): DataResponse { diff --git a/openapi.json b/openapi.json index 118cc7b5c..dd8a641d2 100644 --- a/openapi.json +++ b/openapi.json @@ -728,7 +728,7 @@ ], "responses": { "200": { - "description": "Existing nsotification IDs returned", + "description": "Existing notification IDs returned", "content": { "application/json": { "schema": {