bugfix/dynamic_entity_name_is_plural_add_es_again: change 'Get All xxx' to 'Get xxx List' for dynamicEntity doc description.

This commit is contained in:
shuang 2020-06-24 18:28:12 +08:00
parent ddf67de820
commit b6846dc0a9

View File

@ -103,11 +103,11 @@ object MockerConnector {
resourceDocs += ResourceDoc(
endPoint,
implementedInApiVersion,
s"getAll$entityName",
s"get${entityName}List",
"GET",
s"/$entityName",
s"Get All $splitName",
s"""Get All $splitName.
s"Get $splitName List",
s"""Get $splitName List.
|${dynamicEntityInfo.description}
|
|${dynamicEntityInfo.fieldsDescription}