Skip to content

Commit

Permalink
Merge pull request #40001 from nextcloud/fix/openapi/capabilities
Browse files Browse the repository at this point in the history
Fix OpenAPI capabilities
  • Loading branch information
provokateurin committed Aug 22, 2023
2 parents b11532c + 672966e commit 020401b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions apps/files/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"schemas": {
"Capabilities": {
"type": "object",
"required": [
"files"
],
"properties": {
"files": {
"type": [
"object",
"object"
],
"type": "object",
"required": [
"bigfilechunking",
"blacklisted_files",
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/openapi-extractor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
}
},
"require": {
"nextcloud/openapi-extractor": "dev-main"
"nextcloud/openapi-extractor": "dev-main#85b552a0c82ac71e1f5660109113b6235156e92e"
}
}
22 changes: 11 additions & 11 deletions vendor-bin/openapi-extractor/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 020401b

Please sign in to comment.