I just discovered through a thread that Ktor suppo...
# ktor
f
I just discovered through a thread that Ktor supports
@OpenAPITag
in route comments, so that the IntelliJ OpenAPI auto-generator picks it up. Is this the only supported attribute, or are there others? Is there any documentation available on this?
Copy code
/**
 * Find an employee by ID.
 * @OpenAPITag Employee
 */
a
The only documentation we have can be found here.
f
Thank you @Aleksei Tirman [JB], seems this is an undercommented feature, nowhere to be found in the official documentation.