]> source.dussan.org Git - nextcloud-server.git/commitdiff
ProfileApi: Fix typo 40224/head
authorjld3103 <jld3103yt@gmail.com>
Sun, 3 Sep 2023 09:45:48 +0000 (11:45 +0200)
committerjld3103 <jld3103yt@gmail.com>
Sun, 3 Sep 2023 09:45:48 +0000 (11:45 +0200)
Signed-off-by: jld3103 <jld3103yt@gmail.com>
core/Controller/ProfileApiController.php
core/openapi.json

index ccbbc6c78bdd9cd136e4f809b23b5640e0c4c052..cc91fb7d5761b36d98bd3d6874eb5e43263681fd 100644 (file)
@@ -56,7 +56,7 @@ class ProfileApiController extends OCSController {
         * @PasswordConfirmationRequired
         * @UserRateThrottle(limit=40, period=600)
         *
-        * Update the visiblity of a parameter
+        * Update the visibility of a parameter
         *
         * @param string $targetUserId ID of the user
         * @param string $paramId ID of the parameter
index 4a3aa9723ce351283a2f6a40d409a64912444c75..1cc8b40483fb2d4e587e039ad1152348a8409fbe 100644 (file)
         "/ocs/v2.php/profile/{targetUserId}": {
             "put": {
                 "operationId": "profile_api-set-visibility",
-                "summary": "Update the visiblity of a parameter",
+                "summary": "Update the visibility of a parameter",
                 "tags": [
                     "profile_api"
                 ],