I have made some UI changes on APIM developer portal.
Is there a way to export the UI changes that I have made and import those changes in some other developer portal?
Changes are only in UI.
CodePudding user response:
You can use the Automated migration script scripts.v3/migrate.js
.
The script performs the following steps:
Capture the portal content and media from the source API Management service.
Remove the portal content and media from the destination API Management service.
Upload the portal content and media to the destination API Management service.
Optionally and for managed portals only - automatically publish the portal.
Tutorial: Migrating managed Developer portal between APIM services