Browse Source

Merge pull request #706 from nextcloud/fix/nextcloud-typos

chore(nextcloud): Update to remove typo
pull/708/head
Kate 1 year ago committed by GitHub
parent
commit
e75337bf7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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