You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +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:
1
mobile/openapi/lib/model/job_settings_dto.dart
generated
1
mobile/openapi/lib/model/job_settings_dto.dart
generated
@ -16,6 +16,7 @@ class JobSettingsDto {
|
||||
required this.concurrency,
|
||||
});
|
||||
|
||||
/// Minimum value: 1
|
||||
int concurrency;
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user