Change mobile app title Swagger description
This commit is contained in:
parent
3a441567d9
commit
1f9351100b
@ -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