Updation of proxy when spec is updated

sudhap
Participant III

Hi,

Can anyone guide me how to update the proxy when the api spec is updated. Here are few screenshots as attachments. "doubt.png" is the image representing the change in the spec(i changed the names of operationId 's for all api's - JSON spec),these names should also reflect in the proxy which is not reflected as of now .

7788-doubt.png

7789-doubt1.png

Deleting the current proxy always when there are updates as per requirements is costly because the apps are effected as well.

Thanks

0 4 213
4 REPLIES 4

After updating your OpenAPI Spec, have you tried adding a new flow under the proxy end point in your API Proxy?

You should see new path/verbs available

7790-screen-shot-2018-12-10-at-132502.png

There is no new flow,the existing flow is modified,but i thought that there must be a way such that updating the spec is enough. and there is a way out to update proxy

If you're only changing the id, then only the flow name (which is effectively acting as a label) would be changing and the condition would be unchanged.

Hello,

If at all the host path is changed , then how to update the proxy, basically what is the depiction of host in a proxy.