Is it possible to Swagger a Get Api with one parameter that can be different in name? I Explain, I should create a controller that can have this behaviour:
GET <MySite>/suppliers?srm=0016018132
GET <MySite>/suppliers?vat=02123420040
srm and vat are mutually exclusive. A user can call one of two form of the api.