I have defined nearly 100 API in wso2 instance of QA env, I wanted to move same API to Production Environment . For that I need to manually update Production/Sandbox back end url manually through UI which will be very hectic. Is there any ways I can do update in database in any table directly ?
Asked
Active
Viewed 178 times
1
-
updating the tables only will not help, because api artifact is created as synapse xml file when publishing the api, it will also have the endpoint details. So better use apimanager rest apis and automate the process – Jenananthan Aug 08 '17 at 08:45
-
thanks Jenananthan – Pabitra Aug 08 '17 at 13:21