mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 18:56:49 +00:00
/UI Change: Tweaking API Tags
This commit is contained in:
parent
efe99ac8eb
commit
0db7bbcaad
@ -394,12 +394,12 @@ WIP to add comments on resource docs. This code copied from Sofit.
|
||||
val apiPortalHostname = Helper.getPropsValue("api_portal_hostname", baseUrl)
|
||||
val apiCreationAndManagementTags = Helper.getPropsValue("api_creation_and_management_tags",
|
||||
"API,Dynamic-Entity-Manage,Dynamic-Swagger-Doc-Manage,Dynamic-Resource-Doc-Manage,Aggregate-Metrics," +
|
||||
"Metric,Documentation,WebUi-Props,Method-Routing,Dynamic-Message-Doc-Manage,Api-Collection," +
|
||||
"Connector-Method,Sandbox,WebUi-Props,JSON-Schema-Validation,Authentication-Type-Validation")
|
||||
val userManagementTags = Helper.getPropsValue("user_management_tags", "User,Role,Scope,Entitlement," +
|
||||
"Consent,Consumer,Onboarding,View-Custom,View-System")
|
||||
"Metric,Documentation,Method-Routing,Dynamic-Message-Doc-Manage,Api-Collection," +
|
||||
"Connector-Method,JSON-Schema-Validation,Authentication-Type-Validation")
|
||||
val userManagementTags = Helper.getPropsValue("user_management_tags", "User,Role,Entitlement," +
|
||||
"Consent,Onboarding")
|
||||
val obpBankingModelTags = Helper.getPropsValue("obp_banking_model_tags", "Bank,Account,Transaction," +
|
||||
"FX,Customer-Message,Data-Warehouse,Product-Collection,Product,ATM,Branch,Card,Person,Customer-Meeting,User,Customer," +
|
||||
"FX,Customer-Message,Product-Collection,Product,ATM,Branch,Card,Person,User,Customer," +
|
||||
"" +
|
||||
"KYC,Counterparty,Transaction-Metadata,Transaction,Account-Access,Transaction-Request")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user