Skip to content

Commit

Permalink
Merge pull request #1673 from nextcloud/fix/endpoint-controller-typo
Browse files Browse the repository at this point in the history
Fix typo in EndpointController
  • Loading branch information
nickvergessen authored Sep 25, 2023
2 parents 432f7eb + 94e8fd1 commit 986592f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Controller/EndpointController.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function getNotification(string $apiVersion, int $id): DataResponse {
* @param int[] $ids IDs of the notifications to check
* @return DataResponse<Http::STATUS_OK|Http::STATUS_BAD_REQUEST, int[], array{}>
*
* 200: Existing nsotification IDs returned
* 200: Existing notification IDs returned
* 400: Too many notification IDs requested
*/
public function confirmIdsForUser(string $apiVersion, array $ids): DataResponse {
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
],
"responses": {
"200": {
"description": "Existing nsotification IDs returned",
"description": "Existing notification IDs returned",
"content": {
"application/json": {
"schema": {
Expand Down

0 comments on commit 986592f

Please sign in to comment.