【发布时间】:2015-01-16 06:18:48
【问题描述】:
我正在使用 swagger 编写具有端点的 API 规范:
/authorizations
我也想为此端点定义一个替代拼写(授权)。这可能吗?还是我需要为每个拼写定义单独的路线?
/authorizations:
get:
description: Returns a list of authorizations
【问题讨论】:
标签: swagger openapi swagger-2.0