mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:27:01 +00:00
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:
parent
ddf67de820
commit
b6846dc0a9
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user