From 1f9351100b0e789b279aa579497df18380aee828 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 16 Jul 2025 13:14:26 +0300 Subject: [PATCH] Change mobile app title Swagger description --- .../thingsboard/server/common/data/mobile/app/MobileApp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/data/src/main/java/org/thingsboard/server/common/data/mobile/app/MobileApp.java b/common/data/src/main/java/org/thingsboard/server/common/data/mobile/app/MobileApp.java index e05932e324..ef1580c0e3 100644 --- a/common/data/src/main/java/org/thingsboard/server/common/data/mobile/app/MobileApp.java +++ b/common/data/src/main/java/org/thingsboard/server/common/data/mobile/app/MobileApp.java @@ -43,7 +43,7 @@ public class MobileApp extends BaseData 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)