From 94e8fd12d6c1bc6a4e9acd20973cc34d51af2190 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Sat, 23 Sep 2023 15:56:13 +0200 Subject: [PATCH] Fix typo in EndpointController Signed-off-by: jld3103 --- lib/Controller/EndpointController.php | 2 +- openapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {