3.2.0
- fixed bug: security examples not generated with correct type
- quality of life improvements to dsl
-
get("example", { tags = listOf("tag1", "tag2") // new alternative (also available for other collection setters): tags("tag1", "tag2") }) {}
-
get("example", { response { HttpStatusCode.OK to { /*...*/} // new alternative: code(HttpStatusCode.OK) { /*...*/ } } }) {}
-