Is there any possible way to define same path multiple times with change in parameters?
问题 I need to define a service that is used multiple times with change in parameters.I need to define this multiple times but whenever I define it second time it automatically overwrites the previous one. Following is how I defined it.This is first definition: /sevice : post: summary: Service ABC description: | This service is used to get ABC. parameters: - name: XYZ in: query description: '8' required: true type: number format: integer - name: LMN in: query description: '2' required: true type: