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