mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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
|
|
@ -16,6 +16,7 @@ class SystemConfigUserDto {
|
|||
required this.deleteDelay,
|
||||
});
|
||||
|
||||
/// Minimum value: 1
|
||||
int deleteDelay;
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue