mirror of
https://github.com/immich-app/immich.git
synced 2025-07-21 22:44:23 +02:00
chore(server): enable swagger to take class validator rules into account (#9022)
* enable swagger to take class validator rules into account * chore: open api
This commit is contained in:
parent
c9a079201a
commit
7f1651df71
15 changed files with 78 additions and 1 deletions
mobile/openapi/lib/model
1
mobile/openapi/lib/model/update_user_dto.dart
generated
1
mobile/openapi/lib/model/update_user_dto.dart
generated
|
@ -75,6 +75,7 @@ class UpdateUserDto {
|
|||
///
|
||||
String? password;
|
||||
|
||||
/// Minimum value: 1
|
||||
int? quotaSizeInBytes;
|
||||
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue