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 6c32c71 commit e3ff9eeCopy full SHA for e3ff9ee
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