Rename Gateway Published API in Portal
search cancel

Rename Gateway Published API in Portal

book

Article ID: 406551

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

Changes Made to Gateway Published API Names and URLs are not Reflecting in the Developer Portal.

Environment

All Supported versions of API Portal.

Resolution

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.