We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d2c82 commit 881b079Copy full SHA for 881b079
modules/apis/src/main/java/com/axway/apim/APIImportApp.java
@@ -80,7 +80,6 @@ public int importAPI(APIImportParams params) {
80
.hasApiPath(desiredAPI.getPath())
81
.hasVHost(desiredAPI.getVhost())
82
.hasVersion(desiredAPI.getVersion())
83
- .hasState(desiredAPI.getState())
84
.includeCustomProperties(desiredAPI.getCustomProperties())
85
.hasQueryStringVersion(desiredAPI.getApiRoutingKey())
86
.includeClientOrganizations(true) // We have to load clientOrganization, in case they have to be taken over
0 commit comments