Browse Source
Change mobile app title Swagger description
pull/13679/head^2
Viacheslav Klimov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
common/data/src/main/java/org/thingsboard/server/common/data/mobile/app/MobileApp.java
|
|
|
@ -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) |
|
|
|
|