azure - API管理: can you groupe the operation by controller?

标签 azure swagger-2.0 azure-api-management azure-management-api

我的问题是关于Azure Api管理门户中操作列表的显示, 我从 Swagger 2.0 导入 在 swagger 中,我将操作按 Controller 分组: screenshot from swagger

然后在门户中导入: Screenshot from api management operation tab

有什么想法吗?

最佳答案

目前,我们不对 Swagger/OpenApi 定义中定义的标签执行任何操作。不过,开发者门户是可自定义的,因此可以更新模板并更改操作的显示方式。您可以根据前缀(例如 Account_ )对它们进行分组。

它绝对应该比现在更容易。

关于azure - API管理: can you groupe the operation by controller?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41188536/

相关文章:

authentication - 在 Azure 移动服务中注册和登录用户

azure - 如何在 Azure AD 中查看 Azure 服务主体组成员资格?

java - Swagger-ui 不会从示例正文中隐藏只读嵌套对象

java - 更改 swagger-ui 中 java.sql.Time 的模型架构

azure - AADSTS900144 : The request body must contain the following parameter: 'scope' when using legacy Developer Portal

Azure API 管理策略 : test if param in request body exist

azure - 能否在查询期间增强 Azure 中 SQL 实例的功能?

c# - 如何使用 .Net 2 C# 的 REST API 实现 Azure 表服务的批量启动

java - Swagger2 > 记录一个 SpringBoot MvcEndpoint

azure-api-management - 是否可以连接 Azure API 管理和 Azure AD B2C?