diff --git a/obp-api/src/main/resources/ResourceDocs/ResourceDocs-Chinese.json b/obp-api/src/main/resources/ResourceDocs/ResourceDocs-Chinese.json
index b23b09339..b7655ca8a 100644
--- a/obp-api/src/main/resources/ResourceDocs/ResourceDocs-Chinese.json
+++ b/obp-api/src/main/resources/ResourceDocs/ResourceDocs-Chinese.json
@@ -8445,8 +8445,8 @@
"request_verb": "PUT",
"request_url": "/obp/v4.0.0/management/dynamic_entities/DYNAMIC_ENTITY_ID",
"summary": "更新DynamicEntity",
- "description": "
更新DynamicEntity。
身份验证是强制性的
更新一个DynamicEntity,更新完成后,将更改相应的CURD端点。
当前的支持文件类型如下:
[字符串,数字,整数,布尔值]
",
- "description_markdown": "Update a DynamicEntity.\n\n\nAuthentication is Mandatory\n\nUpdate one DynamicEntity, after update finished, the corresponding CURD endpoints will be changed.\n\nCurrent support field types as follow:\n[string, number, integer, boolean]\n\n",
+ "description": "更新DynamicEntity。
身份验证是强制性的
更新一个DynamicEntity,更新完成后,将更改相应的CRUD端点。
当前的支持文件类型如下:
[字符串,数字,整数,布尔值]
",
+ "description_markdown": "Update a DynamicEntity.\n\n\nAuthentication is Mandatory\n\nUpdate one DynamicEntity, after update finished, the corresponding CRUD endpoints will be changed.\n\nCurrent support field types as follow:\n[string, number, integer, boolean]\n\n",
"example_request_body": {
"FooBar": {
"required": [
@@ -11962,8 +11962,8 @@
"request_verb": "POST",
"request_url": "/obp/v4.0.0/management/dynamic_entities",
"summary": "创建动态实体",
- "description": "创建一个DynamicEntity。
身份验证是强制性的
创建一个DynamicEntity,创建成功后,将自动生成相应的CURD端点
当前的支持文件类型如下:
[字符串,数字,整数,布尔值]
",
- "description_markdown": "Create a DynamicEntity.\n\n\nAuthentication is Mandatory\n\nCreate one DynamicEntity, after created success, the corresponding CURD endpoints will be generated automatically\n\nCurrent support field types as follow:\n[string, number, integer, boolean]\n\n",
+ "description": "创建一个DynamicEntity。
身份验证是强制性的
创建一个DynamicEntity,创建成功后,将自动生成相应的CRUD端点
当前的支持文件类型如下:
[字符串,数字,整数,布尔值]
",
+ "description_markdown": "Create a DynamicEntity.\n\n\nAuthentication is Mandatory\n\nCreate one DynamicEntity, after created success, the corresponding CRUD endpoints will be generated automatically\n\nCurrent support field types as follow:\n[string, number, integer, boolean]\n\n",
"example_request_body": {
"FooBar": {
"required": [
diff --git a/obp-api/src/main/scala/code/api/v4_0_0/APIMethods400.scala b/obp-api/src/main/scala/code/api/v4_0_0/APIMethods400.scala
index 7d81af425..d0fdf3d16 100644
--- a/obp-api/src/main/scala/code/api/v4_0_0/APIMethods400.scala
+++ b/obp-api/src/main/scala/code/api/v4_0_0/APIMethods400.scala
@@ -1120,7 +1120,7 @@ trait APIMethods400 {
|
|${authenticationRequiredMessage(true)}
|
- |Create one DynamicEntity, after created success, the corresponding CURD endpoints will be generated automatically
+ |Create one DynamicEntity, after created success, the corresponding CRUD endpoints will be generated automatically
|
|Current support field types as follow:
|${DynamicEntityFieldType.values.map(_.toString).mkString("[", ", ", ", reference]")}
@@ -1171,7 +1171,7 @@ trait APIMethods400 {
|
|${authenticationRequiredMessage(true)}
|
- |Update one DynamicEntity, after update finished, the corresponding CURD endpoints will be changed.
+ |Update one DynamicEntity, after update finished, the corresponding CRUD endpoints will be changed.
|
|Current support field types as follow:
|${DynamicEntityFieldType.values.map(_.toString).mkString("[", ", ", ", reference]")}
diff --git a/obp-api/src/main/scala/code/webuiprops/MappedWebUiPropsProvider.scala b/obp-api/src/main/scala/code/webuiprops/MappedWebUiPropsProvider.scala
index 6b393ee80..7b0e545f9 100644
--- a/obp-api/src/main/scala/code/webuiprops/MappedWebUiPropsProvider.scala
+++ b/obp-api/src/main/scala/code/webuiprops/MappedWebUiPropsProvider.scala
@@ -11,7 +11,7 @@ import net.liftweb.common.{Box, Empty, Failure, Full}
import net.liftweb.mapper._
/**
- * props name start with "webui_" can set in to db, this module just support the webui_ props CURD
+ * props name start with "webui_" can set in to db, this module just support the webui_ props CRUD
*/
object MappedWebUiPropsProvider extends WebUiPropsProvider {
// default webUiProps value cached seconds