mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:56:46 +00:00
fix typo CURD to CRUD
This commit is contained in:
parent
5e9a016af2
commit
35cb300aa1
@ -8445,8 +8445,8 @@
|
||||
"request_verb": "PUT",
|
||||
"request_url": "/obp/v4.0.0/management/dynamic_entities/DYNAMIC_ENTITY_ID",
|
||||
"summary": "更新DynamicEntity",
|
||||
"description": "<p>更新DynamicEntity。 </p><p>身份验证是强制性的</p><p>更新一个DynamicEntity,更新完成后,将更改相应的CURD端点。 </p><p>当前的支持文件类型如下: <br /> [字符串,数字,整数,布尔值] </p>",
|
||||
"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": "<p>更新DynamicEntity。 </p><p>身份验证是强制性的</p><p>更新一个DynamicEntity,更新完成后,将更改相应的CRUD端点。 </p><p>当前的支持文件类型如下: <br /> [字符串,数字,整数,布尔值] </p>",
|
||||
"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": "<p>创建一个DynamicEntity。 </p><p>身份验证是强制性的</p><p>创建一个DynamicEntity,创建成功后,将自动生成相应的CURD端点</p><p>当前的支持文件类型如下: <br /> [字符串,数字,整数,布尔值] </p>",
|
||||
"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": "<p>创建一个DynamicEntity。 </p><p>身份验证是强制性的</p><p>创建一个DynamicEntity,创建成功后,将自动生成相应的CRUD端点</p><p>当前的支持文件类型如下: <br /> [字符串,数字,整数,布尔值] </p>",
|
||||
"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": [
|
||||
|
||||
@ -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]")}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user