diff --git a/src/main/resources/i18n/lift-core_en_GB.properties b/src/main/resources/i18n/lift-core_en_GB.properties index 140c4bdf..784d66fc 100644 --- a/src/main/resources/i18n/lift-core_en_GB.properties +++ b/src/main/resources/i18n/lift-core_en_GB.properties @@ -392,4 +392,10 @@ dropdownbox.select.transaction=Select Transaction dropdownbox.login.for.transaction=Login for Transactions # Copy text to clipboard -clipboard.copy.text = Copy text \ No newline at end of file +clipboard.copy.text = Copy text + +typical_successful_response = Typical Successful Response: +required_roles = Required Roles: +validations_box_validations = Validations: +responses_box_possible_errors = Possible Errors: +methods_box_connector_methods = Connector Methods: \ No newline at end of file diff --git a/src/main/resources/i18n/lift-core_es_ES.properties b/src/main/resources/i18n/lift-core_es_ES.properties index 8107ea37..489203fb 100644 --- a/src/main/resources/i18n/lift-core_es_ES.properties +++ b/src/main/resources/i18n/lift-core_es_ES.properties @@ -430,4 +430,10 @@ dropdownbox.select.transaction=Seleccionar Transacciones dropdownbox.login.for.transaction=Acceso a las Transacciones # Copy text to clipboard -clipboard.copy.text = Copiar texto \ No newline at end of file +clipboard.copy.text = Copiar texto + +typical_successful_response = Respuesta Exitosa Típica: +required_roles = Roles Requeridos: +validations_box_validations = Validaciones: +responses_box_possible_errors = Posibles Errores: +methods_box_connector_methods = Métodos de conector:: \ No newline at end of file diff --git a/src/main/scala/code/snippet/ApiExplorer.scala b/src/main/scala/code/snippet/ApiExplorer.scala index c83d0beb..0e2edbc1 100644 --- a/src/main/scala/code/snippet/ApiExplorer.scala +++ b/src/main/scala/code/snippet/ApiExplorer.scala @@ -1483,7 +1483,7 @@ WIP to add comments on resource docs. This code copied from Sofit. // List the resources grouped by the first tag "@api_group_item" #> groupedResources.map { i => "@api_group_name *" #> s"${i._1.replace("-"," ")}" & - // Set an anchor (href and id) for a group + // Set an anchor (href and id) for a groupl "@api_group_name [href]" #> s"#group-${i._1}" & "@api_group_name [id]" #> s"group-${i._1}" & // Set an anchor (href and id) for a group diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index f9177ab5..d0eddf57 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -412,7 +412,9 @@
-
Typical Successful Response
+
+ Typical Successful Response: +

 								
@@ -439,8 +441,7 @@
 
 
                                 
-
Required Roles:
- +
Required Roles:
  • @@ -482,7 +483,7 @@
    - Validations: + Validations:
    • Required JSON Validation: Yes
    • Allowed Authentication Types: ["DirectLogin","OAuth1.0a","OAuth2_OIDC_FAPI"]
    • @@ -490,7 +491,7 @@
    - Possible Errors: + Possible Errors:
    • Possible Error Item @@ -499,7 +500,7 @@
    - Connector Methods: + Connector Methods: