ProfileApi: Fix typo

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/40224/head
jld3103 3 years ago
parent 391bbbc14d
commit 8b9b637ec6
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      core/Controller/ProfileApiController.php
  2. 2
      core/openapi.json

@ -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

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

Loading…
Cancel
Save