Closed KES777 closed 6 years ago
For case when routes are defined in application as next:
Where countries route define controller# and show/update country define #action
controller#
#action
Then spec:
spec
paths: /countries/{id}: get: operationId: show_country
will cause show_country moved under /api. And it will be broken because it have not info about controller
show_country
/api
I don't get it. Can you provide a small example application/spec?
Closing this because of inactivity. Please re-open if you have further information / test case.
For case when routes are defined in application as next:
Where countries route define
controller#
and show/update country define#action
Then
spec
:will cause
show_country
moved under/api
. And it will be broken because it have not info about controller