diff options
Diffstat (limited to 'apps/dashboard/openapi.json')
-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 } }, { |