diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2023-09-03 12:30:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-03 12:30:01 +0200 |
commit | cdea1d62ba712b2c43fff51d8029674d10645842 (patch) | |
tree | 6cc1d946098842937ad6ca5ac18313706a0229e8 | |
parent | d9c5f174b245aa683ffd87d2cbda4838d92f4d20 (diff) | |
parent | 8b9b637ec6c58d038cf8bb2099ac358a951b26bd (diff) | |
download | nextcloud-server-cdea1d62ba712b2c43fff51d8029674d10645842.tar.gz nextcloud-server-cdea1d62ba712b2c43fff51d8029674d10645842.zip |
Merge pull request #40224 from nextcloud/fix/profile-api-typo
ProfileApi: Fix typo
-rw-r--r-- | core/Controller/ProfileApiController.php | 2 | ||||
-rw-r--r-- | core/openapi.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Controller/ProfileApiController.php b/core/Controller/ProfileApiController.php index ccbbc6c78bd..cc91fb7d576 100644 --- a/core/Controller/ProfileApiController.php +++ b/core/Controller/ProfileApiController.php @@ -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 diff --git a/core/openapi.json b/core/openapi.json index 4a3aa9723ce..1cc8b40483f 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -3617,7 +3617,7 @@ "/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" ], |