Is it possible to manually change the API Name (a.k.a. Api.Id) of an Azure API after it has been created to something else (I understand that it has to be unique).
When creating a new API, the name (Api.Id) is user-friendly (e.g. same as the display name but all lower case with dashes). If this API is cloned, then the Name (Api.Id) becomes a GUID and is no longer user-friendly. I would like to update it so I can enter a human meaningful Name (e.g. lowercase with dashes... )
EDIT: The question is not about how to rename an "API Operation Name" when having cloned an operation. My question is about renaming an "API Name" when having cloned an API.
One of the workarounds to rename the cloned API in APIM Instance is:
Go to the APIM Instance > APIs > Select your API > Select the Operation you want to rename it > Click on Pencil Icon as shown here:
Now Click on Open Specification view Option:
Change the Operation Id on the Open Specification View Code displayed for that API:
Result: