问题描述
首先,我想为我的英语道歉。这不是我的错,而是西班牙的教育体系:D。
我刚刚开始进行openapi的迁移,需要您的帮助。 我喜欢使用引用相同operationId的不同路径。 我用一个例子解释了它:
paths:
"/my-path/my-resource":
get:
tags:
- my-api
operationId: getMyResource
responses:
...
[omitted]
...
"/another-path/another-resource":
get:
tags:
- my-api
operationId: getMyResource
responses:
...
[omitted]
...
有可能吗?
非常感谢您的时间。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)