mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +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
|
|
@ -260,6 +260,7 @@ class MetadataSearchDto {
|
|||
///
|
||||
String? originalPath;
|
||||
|
||||
/// Minimum value: 1
|
||||
///
|
||||
/// Please note: This property should have been non-nullable! Since the specification file
|
||||
/// does not include a default value (using the "default:" property), however, the generated
|
||||
|
|
@ -286,6 +287,8 @@ class MetadataSearchDto {
|
|||
///
|
||||
String? resizePath;
|
||||
|
||||
/// Minimum value: 1
|
||||
/// Maximum value: 1000
|
||||
///
|
||||
/// Please note: This property should have been non-nullable! Since the specification file
|
||||
/// does not include a default value (using the "default:" property), however, the generated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue