You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add open api improvement
* Add new condition for open api generation
* Update generate-open-api.component.ts
* Add e2e tests
* Update generate-open-api.cy.ts
* Add error message when resource path clash with properteis
* Add documentation link to open api generation with resource path
* Add dialog for async api generation
* Update generate-async-api.component.ts
* Revert open api generation
* Update generate-open-api.component.ts
* Update generate-open-api.component.ts
* Fix cypress tests
* Add doc for async api
* Add async api doc into navigation
Copy file name to clipboardExpand all lines: core/apps/ame/src/assets/i18n/en.json
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -254,10 +254,10 @@
254
254
"OUTPUT_FILE_FORMAT": "Output File format",
255
255
"BASEURL": "Base Url - the base URL for the Aspect API",
256
256
"PLEASE_ADD_VALID_URL": "Please add a valid url",
257
-
"INCLUDE_QUERY_API_TOOLTIP": "If enabled, a dedicated section for the Query API Endpoint of the Aspect API will be included in the specification.",
257
+
"INCLUDE_QUERY_API_TOOLTIP": "Include the path for the Query Aspect API Endpoint in the OpenApi specification.",
258
258
"INCLUDE_QUERY_API": "Include Query Api",
259
259
"USE_SEMANTIC_VERSION": "Use Semantic Version",
260
-
"USE_SEMANTIC_VERSION_TOOLTIP": "If enabled, the complete semantic version of the Aspect Model will be utilized as the API version. Otherwise, only the major part of the Aspect Version will be used as the API version.",
260
+
"USE_SEMANTIC_VERSION_TOOLTIP": "Use the full semantic version from the Aspect Model as the version for the Aspect API.",
261
261
"ACTIVATE_RESOURCE_PATH": "If enabled, the resource path will be activated in the OpenAPI specification.",
0 commit comments