Change mobile app title Swagger description

This commit is contained in:
Viacheslav Klimov 2025-07-16 13:14:26 +03:00 committed by GitHub
parent 3a441567d9
commit 1f9351100b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ public class MobileApp extends BaseData<MobileAppId> implements HasTenantId, Has
@NotBlank @NotBlank
@Length(fieldName = "pkgName") @Length(fieldName = "pkgName")
private String pkgName; private String pkgName;
@Schema(description = "Application package title") @Schema(description = "Application title")
@Length(fieldName = "title") @Length(fieldName = "title")
private String title; private String title;
@Schema(description = "Application secret. The length must be at least 16 characters", requiredMode = Schema.RequiredMode.REQUIRED) @Schema(description = "Application secret. The length must be at least 16 characters", requiredMode = Schema.RequiredMode.REQUIRED)