Changes Made to Gateway Published API Names and URLs are not Reflecting in the Developer Portal.
All Supported versions of API Portal.
Gateway Published APIs can be renamed and synced with Portal using the below steps.
Go to Portal API >> Tenant >> Authorize using Application Key >> Settings and do a GET on input string "ALLOW_GWP_API_UPDATES" . This value will be false.
Select PUT method and change this value to true.
{
"name": "ALLOW_GWP_API_UPDATES",
"value": "true"
}
-------------------
Now, if you rename the Gateway Published API from Tenant Gateway Policy Manager, the same will be reflected in Portal UI.