Closed SebastianLopezTuring closed 2 months ago
Shortcuts can silently collide and overwrite end-points, generating incorrect swagger documentation.
The following example is incorrectly generating the swagger document:
If you press the first get method all the methods having the same doc will expand at the same time:
It should raise a ValidationError with the proposed fixed as follows:
I made this pull request using a non-authorized user.
Shortcuts can silently collide and overwrite end-points, generating incorrect swagger documentation.
The following example is incorrectly generating the swagger document:
If you press the first get method all the methods having the same doc will expand at the same time:
It should raise a ValidationError with the proposed fixed as follows: