Skip to content

Commit

Permalink
Merge pull request #40224 from nextcloud/fix/profile-api-typo
Browse files Browse the repository at this point in the history
ProfileApi: Fix typo
  • Loading branch information
AndyScherzinger authored Sep 3, 2023
2 parents d9c5f17 + 8b9b637 commit cdea1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/Controller/ProfileApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(
* @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
Expand Down
2 changes: 1 addition & 1 deletion core/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit cdea1d6

Please sign in to comment.