@@ -1535,7 +1535,9 @@ trait APIMethods400 extends MdcLoggable {
15351535 " GET" ,
15361536 " /management/system-dynamic-entities" ,
15371537 " Get System Dynamic Entities" ,
1538- s """ Get all System Dynamic Entities """ ,
1538+ s """ Get all System Dynamic Entities.
1539+ |
1540+ |For more information see ${Glossary .getGlossaryItemLink(" Dynamic-Entities" )} """ ,
15391541 EmptyBody ,
15401542 ListResult (
15411543 " dynamic_entities" ,
@@ -1570,7 +1572,9 @@ trait APIMethods400 extends MdcLoggable {
15701572 " GET" ,
15711573 " /management/banks/BANK_ID/dynamic-entities" ,
15721574 " Get Bank Level Dynamic Entities" ,
1573- s """ Get all the bank level Dynamic Entities for one bank. """ ,
1575+ s """ Get all the bank level Dynamic Entities for one bank.
1576+ |
1577+ |For more information see ${Glossary .getGlossaryItemLink(" Dynamic-Entities" )}""" ,
15741578 EmptyBody ,
15751579 ListResult (
15761580 " dynamic_entities" ,
@@ -1624,6 +1628,8 @@ trait APIMethods400 extends MdcLoggable {
16241628 " /management/system-dynamic-entities" ,
16251629 " Create System Level Dynamic Entity" ,
16261630 s """ Create a system level Dynamic Entity.
1631+ |
1632+ |For more information about Dynamic Entities see ${Glossary .getGlossaryItemLink(" Dynamic-Entities" )}
16271633 |
16281634 |
16291635 | ${userAuthenticationMessage(true )}
@@ -1670,6 +1676,8 @@ trait APIMethods400 extends MdcLoggable {
16701676 " /management/banks/BANK_ID/dynamic-entities" ,
16711677 " Create Bank Level Dynamic Entity" ,
16721678 s """ Create a Bank Level DynamicEntity.
1679+ |
1680+ |For more information about Dynamic Entities see ${Glossary .getGlossaryItemLink(" Dynamic-Entities" )}
16731681 |
16741682 | ${userAuthenticationMessage(true )}
16751683 |
@@ -1735,6 +1743,8 @@ trait APIMethods400 extends MdcLoggable {
17351743 " /management/system-dynamic-entities/DYNAMIC_ENTITY_ID" ,
17361744 " Update System Level Dynamic Entity" ,
17371745 s """ Update a System Level Dynamic Entity.
1746+ |
1747+ |For more information see ${Glossary .getGlossaryItemLink(" Dynamic-Entities" )}
17381748 |
17391749 |
17401750 | ${userAuthenticationMessage(true )}
@@ -1778,6 +1788,8 @@ trait APIMethods400 extends MdcLoggable {
17781788 " /management/banks/BANK_ID/dynamic-entities/DYNAMIC_ENTITY_ID" ,
17791789 " Update Bank Level Dynamic Entity" ,
17801790 s """ Update a Bank Level DynamicEntity.
1791+ |
1792+ |For more information see ${Glossary .getGlossaryItemLink(" Dynamic-Entities" )}
17811793 |
17821794 |
17831795 | ${userAuthenticationMessage(true )}
@@ -1821,6 +1833,8 @@ trait APIMethods400 extends MdcLoggable {
18211833 " /management/system-dynamic-entities/DYNAMIC_ENTITY_ID" ,
18221834 " Delete System Level Dynamic Entity" ,
18231835 s """ Delete a DynamicEntity specified by DYNAMIC_ENTITY_ID.
1836+ |
1837+ |For more information see ${Glossary .getGlossaryItemLink(" Dynamic-Entities" )}/
18241838 |
18251839 | """ ,
18261840 EmptyBody ,
@@ -1862,6 +1876,8 @@ trait APIMethods400 extends MdcLoggable {
18621876 " /management/banks/BANK_ID/dynamic-entities/DYNAMIC_ENTITY_ID" ,
18631877 " Delete Bank Level Dynamic Entity" ,
18641878 s """ Delete a Bank Level DynamicEntity specified by DYNAMIC_ENTITY_ID.
1879+ |
1880+ |For more information see ${Glossary .getGlossaryItemLink(" Dynamic-Entities" )}/
18651881 |
18661882 | """ ,
18671883 EmptyBody ,
@@ -1888,7 +1904,9 @@ trait APIMethods400 extends MdcLoggable {
18881904 " GET" ,
18891905 " /my/dynamic-entities" ,
18901906 " Get My Dynamic Entities" ,
1891- s """ Get all my Dynamic Entities. """ ,
1907+ s """ Get all my Dynamic Entities (definitions I created).
1908+ |
1909+ |For more information see ${Glossary .getGlossaryItemLink(" My-Dynamic-Entities" )}""" ,
18921910 EmptyBody ,
18931911 ListResult (
18941912 " dynamic_entities" ,
@@ -1922,6 +1940,8 @@ trait APIMethods400 extends MdcLoggable {
19221940 " /my/dynamic-entities/DYNAMIC_ENTITY_ID" ,
19231941 " Update My Dynamic Entity" ,
19241942 s """ Update my DynamicEntity.
1943+ |
1944+ |For more information see ${Glossary .getGlossaryItemLink(" My-Dynamic-Entities" )}/
19251945 |
19261946 |
19271947 | ${userAuthenticationMessage(true )}
@@ -1984,6 +2004,7 @@ trait APIMethods400 extends MdcLoggable {
19842004 " Delete My Dynamic Entity" ,
19852005 s """ Delete my DynamicEntity specified by DYNAMIC_ENTITY_ID.
19862006 |
2007+ |For more information see ${Glossary .getGlossaryItemLink(" My-Dynamic-Entities" )}
19872008 | """ ,
19882009 EmptyBody ,
19892010 EmptyBody ,
0 commit comments