API Management - How to display route instead of summary in developer portal

Greg Yvkoff 151 Reputation points
2020-07-31T01:15:40.397+00:00

Silly question, but in the APIM developer portal, the APIs have the method and summary displayed. How do I get the "route" displayed instead?

14605-image.png

I am using swagger definition file.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,116 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,421 Reputation points
    2020-07-31T13:02:05.49+00:00

    Hi @Greg Yvkoff

    I believe you are using Developer Portal (legacy) and the suggestion is to start using the new Developer Portal as this will be deprecated in the near future.

    For Developer Portal (legacy) you need to be login as Administrator account and can follow the below steps:

    • Navigate to Developer portal (legacy). Click on Template and Operation List

    14894-image.png

    • You will see below details

    14895-image.png.

    • Update the {{operation.Title}} with {{operation.urlTemplate}} for whatever operation method you need to update. Click on "Save" then "Publish" and you will see the changes get reflected.

    14819-image.png

    You can play around the template to make changes as per your need leveraging the template data that you see while editing the template. You can also use self hosting for full control: https://github.com/Azure/api-management-developer-portal/wiki/Self-hosting-the-portal

    If you want to update this in the swagger file then it can affect other places that you don't want. operationID and description field are used for your scenario.

    14921-image.png

    Do click on "Accept Answer" and Upvote on the post that helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.