diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-12-08 11:06:05 +0100 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-12-08 11:06:05 +0100 |
commit | fe2c6d4227270af60be0db17f21170224d6bc553 (patch) | |
tree | 992ece96df24989691322fd8553a639c9ceaa278 /apps/dashboard | |
parent | cdb6f37a101d4736b0ee9b7cefe4265271f89f87 (diff) | |
download | nextcloud-server-fe2c6d4227270af60be0db17f21170224d6bc553.tar.gz nextcloud-server-fe2c6d4227270af60be0db17f21170224d6bc553.zip |
chore(deps): Update openapi-extractor
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/openapi.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/dashboard/openapi.json b/apps/dashboard/openapi.json index 138f06df83b..fb093d5d36f 100644 --- a/apps/dashboard/openapi.json +++ b/apps/dashboard/openapi.json @@ -267,7 +267,9 @@ "schema": { "type": "integer", "format": "int64", - "default": 7 + "default": 7, + "minimum": 1, + "maximum": 30 } }, { @@ -364,7 +366,9 @@ "schema": { "type": "integer", "format": "int64", - "default": 7 + "default": 7, + "minimum": 1, + "maximum": 30 } }, { |