We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3953d7 commit 1c3329aCopy full SHA for 1c3329a
templates/kotlin/api.mustache
@@ -12,7 +12,7 @@ import kotlinx.serialization.json.*
12
{{#operations}}
13
public class {{classname}}(
14
override val appId: String,
15
- override val apiKey: String,
+ override var apiKey: String,
16
{{#hasRegionalHost}}
17
public val region: String{{#fallbackToAliasHost}}? = null{{/fallbackToAliasHost}},
18
{{/hasRegionalHost}}
0 commit comments