'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



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 progm