Merge branch 'improvement/mobile-center/configure-dialog' of github.com:vvlladd28/thingsboard into improvement/mobile-center/configure-dialog
This commit is contained in:
commit
8b1a25f4d7
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user