Merge branch 'improvement/mobile-center/configure-dialog' of github.com:vvlladd28/thingsboard into improvement/mobile-center/configure-dialog

This commit is contained in:
Vladyslav_Prykhodko 2025-07-17 11:14:09 +03:00
commit 8b1a25f4d7

View File

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