chore(server): enable swagger to take class validator rules into account ()

* enable swagger to take class validator rules into account

* chore: open api
This commit is contained in:
Daniel Dietzler 2024-04-23 00:13:44 +02:00 committed by GitHub
commit 7f1651df71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 78 additions and 1 deletions
mobile/openapi/lib/model

View file

@ -75,6 +75,7 @@ class UpdateUserDto {
///
String? password;
/// Minimum value: 1
int? quotaSizeInBytes;
///