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 0e14e08 commit 36a6359Copy full SHA for 36a6359
docs/examples/functions/create.md
@@ -11,7 +11,7 @@ suspend fun main() {
11
val response = functions.create(
12
name = "[NAME]",
13
execute = listOf(),
14
- runtime = "java-11",
+ runtime = "java-11.0",
15
)
16
val json = response.body?.string()
17
}
0 commit comments