aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/dav/openapi.json1
-rw-r--r--core/openapi.json1
-rw-r--r--vendor-bin/openapi-extractor/composer.lock20
3 files changed, 12 insertions, 10 deletions
diff --git a/apps/dav/openapi.json b/apps/dav/openapi.json
index 6200fbafb4f..1e7f020e493 100644
--- a/apps/dav/openapi.json
+++ b/apps/dav/openapi.json
@@ -177,6 +177,7 @@
"name": "expirationTime",
"in": "query",
"description": "Duration until the link expires",
+ "required": true,
"schema": {
"type": "integer",
"format": "int64"
diff --git a/core/openapi.json b/core/openapi.json
index 5a33f547a92..931f680f075 100644
--- a/core/openapi.json
+++ b/core/openapi.json
@@ -1982,6 +1982,7 @@
"description": "Types of shares to search for",
"schema": {
"type": "array",
+ "default": [],
"items": {
"type": "integer",
"format": "int64"
diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock
index d9abadb8d2c..e6c94e495a1 100644
--- a/vendor-bin/openapi-extractor/composer.lock
+++ b/vendor-bin/openapi-extractor/composer.lock
@@ -8,16 +8,16 @@
"packages": [
{
"name": "adhocore/cli",
- "version": "v1.6.1",
+ "version": "v1.6.2",
"source": {
"type": "git",
"url": "https://github.com/adhocore/php-cli.git",
- "reference": "25b5a93e5eebcdb70e20ee33313a011ea3a4f770"
+ "reference": "34191315b0da20b9b4ecad783d91db992fa209a4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/adhocore/php-cli/zipball/25b5a93e5eebcdb70e20ee33313a011ea3a4f770",
- "reference": "25b5a93e5eebcdb70e20ee33313a011ea3a4f770",
+ "url": "https://api.github.com/repos/adhocore/php-cli/zipball/34191315b0da20b9b4ecad783d91db992fa209a4",
+ "reference": "34191315b0da20b9b4ecad783d91db992fa209a4",
"shasum": ""
},
"require": {
@@ -62,7 +62,7 @@
],
"support": {
"issues": "https://github.com/adhocore/php-cli/issues",
- "source": "https://github.com/adhocore/php-cli/tree/v1.6.1"
+ "source": "https://github.com/adhocore/php-cli/tree/v1.6.2"
},
"funding": [
{
@@ -74,7 +74,7 @@
"type": "github"
}
],
- "time": "2023-06-26T09:55:29+00:00"
+ "time": "2024-01-22T22:37:23+00:00"
},
{
"name": "nextcloud/openapi-extractor",
@@ -82,12 +82,12 @@
"source": {
"type": "git",
"url": "https://github.com/nextcloud/openapi-extractor.git",
- "reference": "3b7b6ff9659a5f15612d4749e085bbcb83509049"
+ "reference": "e15283dc655436460c531ce286b7f0bae3e0bf31"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/3b7b6ff9659a5f15612d4749e085bbcb83509049",
- "reference": "3b7b6ff9659a5f15612d4749e085bbcb83509049",
+ "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/e15283dc655436460c531ce286b7f0bae3e0bf31",
+ "reference": "e15283dc655436460c531ce286b7f0bae3e0bf31",
"shasum": ""
},
"require": {
@@ -129,7 +129,7 @@
"source": "https://github.com/nextcloud/openapi-extractor/tree/main",
"issues": "https://github.com/nextcloud/openapi-extractor/issues"
},
- "time": "2024-01-18T14:53:21+00:00"
+ "time": "2024-02-21T11:05:43+00:00"
},
{
"name": "nikic/php-parser",