ProfileApi: Fix typo

Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
jld3103 2023-09-03 11:45:48 +02:00
parent 391bbbc14d
commit 8b9b637ec6
No known key found for this signature in database
GPG key ID: 9062417B9E8EB7B3
2 changed files with 2 additions and 2 deletions

View 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

View file

@ -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"
],