diff --git a/docs/generators/kotlin-spring.html b/docs/generators/kotlin-spring.html
index a9495f426dd..cdb104205ec 100644
--- a/docs/generators/kotlin-spring.html
+++ b/docs/generators/kotlin-spring.html
@@ -38,7 +38,8 @@ sidebar_label: kotlin-spring
serviceImplementation | generate stub service implementations that extends service interfaces. If this is set to true service interfaces will also be generated | | false |
useBeanValidation | Use BeanValidation API annotations to validate data types | | true |
reactive | use coroutines for reactive behavior | | false |
+interfaceOnly | Whether to generate only API interface stubs without the server files. | | false |
library | library template (sub-template) | - spring-boot
- Spring-boot Server application.
| spring-boot |
-Last updated on 2019-6-6