Anton Yalyshev [JB]
08/21/2025, 10:22 AMArjan van Wieringen
08/21/2025, 3:02 PMAnton Yalyshev [JB]
08/21/2025, 3:54 PMsimon.vergauwen
08/21/2025, 5:53 PMdescription
field in the OpenAPI documentation (and potentially other formats like Smithy or Typespec). KDoc feels like a natural solution for actual documenting just like you would use @param name description
to add a description to the API documentation. Ktor will now support @path name description
, @query name description
, etc.
Does it make more sense to you that way @Arjan van Wieringen? Alternatively seems to be overloading all the Routing DSL functions with a description: String
field/parameter.Arjan van Wieringen
08/22/2025, 5:17 AM