Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve invalid swagger warning

How may I solve this warning from swagger? I have two identical routes, one for get and another for put. This only occurs on homologation environment, in devevelopment environment there is no warning.

Warning message:

{"messages":["attribute paths.'/api/Notificacoes/{id}'(get).operationId is repeated"]}

Thanks.

enter image description here

like image 564
Marcio Avatar asked Dec 18 '25 09:12

Marcio


1 Answers

Most likely you have more than one route specified for one method.

like image 179
progm Avatar answered Dec 19 '25 23:12

progm



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!