Proxy mode - unstructured API services
gwandwingor opened this issue · 2 comments
gwandwingor commented
Hi,
In proxy discovery mode, we noticed that proxies with a reference to a spec (association.json) were correctly discovered as "oas" services.
However, it appears that, without altering any of the already discovered proxies/specs, subsequent API service revisions are created with an "unstructured" format as shown below :
jcollins-axway commented
This seems to be a logic error. When the call to get the spec file does not fail, but the data returned when getting the spec seems to be bad or empty, we were publishing the API. Will skip publishing in this case.
jcollins-axway commented
Will be fixed when APIGOV-26363 is merged