Rails-> swagger-> rswag:是否可以使用AND / OR链接所需的属性?

时间:2018-10-26 15:30:41

标签: ruby-on-rails rest swagger

在rswag规范文件中,我有一个POST方法,该方法能够接受多个以上的有效参数组合:

customer-id and contact-parameters (for a new contact)
OR
customer-id and contact-id (for an existing contact)
OR
customer-id and group-id (for a group of existing contacts) 

是否可以在规范文件中的一种方法声明中表示(或测试)此方法,还是我应该声明同一方法三次?

0 个答案:

没有答案