Browse Source

chore(nextcloud): Update to remove typo

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/706/head
jld3103 1 year ago
parent
commit
41b7d95a75
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      external/nextcloud-server
  2. 2
      packages/nextcloud/lib/src/api/core.openapi.dart
  3. 2
      packages/nextcloud/lib/src/api/core.openapi.json

2
external/nextcloud-server vendored

@ -1 +1 @@
Subproject commit 020401b6c82930783188fd428b961ddd4a296656
Subproject commit cdea1d62ba712b2c43fff51d8029674d10645842

2
packages/nextcloud/lib/src/api/core.openapi.dart

@ -1176,7 +1176,7 @@ class CoreProfileApiClient {
final CoreClient _rootClient;
/// Update the visiblity of a parameter
/// Update the visibility of a parameter
Future<CoreProfileApiSetVisibilityResponse200ApplicationJson> setVisibility({
required final String paramId,
required final String visibility,

2
packages/nextcloud/lib/src/api/core.openapi.json

@ -3633,7 +3633,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