Open springcomp opened 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @miaojiang.
Author: | springcomp |
---|---|
Assignees: | - |
Labels: | `API Management`, `Service Attention`, `needs-triage`, `question` |
Milestone: | - |
Overview
The
Api_CreateOrUpdate
operation creates a new API in Azure API Management.When importing an API definition from a publically accessible internet address, one has to specify the
format
andvalue
properties as well as, at least, thepath
property from theApiContractProperties
definition.This definition also has a
displayName
property which does not seem to be used. Instead, the resulting API display name is taken from thetitle
property from the API definition referred to when creating the API.Repro steps
It would be expected that display name should be:
Custom Echo API
. Instead, it isEcho API
as taken from thetitle
property in the API definition swagger file.