mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
MUST NOT validation
This commit is contained in:
@@ -18059,7 +18059,14 @@
|
||||
"type": "object"
|
||||
},
|
||||
"UploadOkDto": {
|
||||
"properties": {},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"UsageByUserDto": {
|
||||
|
||||
Reference in New Issue
Block a user