You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/kotlin-misk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
22
22
|actionImports|Imports for Actions||import misk.web.actions.WebAction|
23
23
|actionParentClass|Parent Class for Action||WebAction|
24
24
|actionPathPrefix|Prefix for action path|||
25
-
|actionRequestContentType|Request ContentType for Action||@RequestContentType(|
26
-
|actionRequestContentTypePrefix|Request ContentType Prefix for Action||MediaTypes.|
25
+
|actionRequestContentType|Request ContentType for Action||@RequestContentType|
26
+
|actionRequestContentTypePrefix|Request ContentType Prefix for Action||MediaTypes|
27
27
|addModelMoshiJsonAnnotation|Add a Moshi JSON adapter annotation to all model classes||true|
28
28
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)||null|
0 commit comments