Open CassioFerreiraRod opened 5 months ago
Hi, thanks for report, I have tried to reproduce the issue but have not your issue.
Maybe you can try these:
@apidoc(tag = {
description "Test API"
})
class TesteController
to
@Apidoc(tag = {
description "Test API"
})
class TesteController
Good luck!
Hello, our endpoints that have parameters are not being recognized by the plugin. My controller: @ApiDoc(tag = { description "Test API" }) class TesteController { static responseFormats = ['json', 'xml']
}
My url mappings: class UrlMappings {
}