File tree Expand file tree Collapse file tree
modules/apim-adapter/src/test/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99### Fixed
1010
1111- oas 3.0 base path handling (See issue [ #297 ] ( https://github.com/Axway-API-Management-Plus/apim-cli/issues/297 )
12+ - BackendBasepath problem exporting SOAP API with apim-cli (See issue [ #299 ] ( https://github.com/Axway-API-Management-Plus/apim-cli/issues/299 )
1213
1314### Changed
1415- If backendBasepath is present in api-config.json, Openapi (OAS 3) servers.url will be modified based on the values. E.g
Original file line number Diff line number Diff line change 2929 <citrus : variable name =" apiManagerHost" value =" ${apiManagerHost}" />
3030 <citrus : variable name =" apiManagerUser" value =" ${apiManagerUser}" />
3131 <citrus : variable name =" apiManagerPass" value =" ${apiManagerPass}" />
32- <citrus : variable name =" API_VERSION" value =" /api/portal/v1.3 " />
32+ <citrus : variable name =" API_VERSION" value =" /api/portal/v1.4 " />
3333 </citrus : global-variables >
3434
3535
3636 <citrus-http : client id =" apiManager"
37- request-url =" https://${apiManagerHost}:8075/api/portal/v1.3 "
37+ request-url =" https://${apiManagerHost}:8075/api/portal/v1.4 "
3838 request-method =" GET"
3939 content-type =" application/json"
4040 charset =" UTF-8"
You can’t perform that action at this time.
0 commit comments