mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ProfileApi: Fix typo
Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
parent
391bbbc14d
commit
8b9b637ec6
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue