mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
refactor: api validators (boolean and date) (#7709)
* refactor: api validators (boolean and date) * chore: open api * revert: time bucket change
This commit is contained in:
@@ -4012,7 +4012,6 @@
|
||||
"required": false,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
@@ -8937,7 +8936,6 @@
|
||||
"ScanLibraryDto": {
|
||||
"properties": {
|
||||
"refreshAllFiles": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"refreshModifiedFiles": {
|
||||
@@ -9346,7 +9344,6 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"allowUpload": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"assetIds": {
|
||||
|
||||
Reference in New Issue
Block a user