diff --git a/docs/generators/kotlin-server.html b/docs/generators/kotlin-server.html
index 98f25871eae..ff798e9e82d 100644
--- a/docs/generators/kotlin-server.html
+++ b/docs/generators/kotlin-server.html
@@ -25,6 +25,7 @@ sidebar_label: kotlin-server
enumPropertyNaming | Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original' | | camelCase |
serializationLibrary | What serialization library to use: 'moshi' (default), or 'gson' | | moshi |
parcelizeModels | toggle "@Parcelize" for generated models | | null |
+serializableModel | boolean - toggle "implements Serializable" for generated models | | null |
library | library template (sub-template) | - ktor
- ktor framework
| ktor |
featureAutoHead | Automatically provide responses to HEAD requests for existing routes that have the GET verb defined. | | true |
featureConditionalHeaders | Avoid sending content if client already has same content, by checking ETag or LastModified properties. | | false |
@@ -33,4 +34,4 @@ sidebar_label: kotlin-server
featureCompression | Adds ability to compress outgoing content using gzip, deflate or custom encoder and thus reduce size of the response. | | true |
-Last updated on 2019-9-16