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 235e58d commit 0b5c28aCopy full SHA for 0b5c28a
src/main/kotlin/io/appwrite/Client.kt
@@ -62,7 +62,7 @@ class Client @JvmOverloads constructor(
62
headers = mutableMapOf(
63
"content-type" to "application/json",
64
"x-sdk-version" to "appwrite:kotlin:${BuildConfig.SDK_VERSION}",
65
- "x-appwrite-response-format" to "0.13.0"
+ "x-appwrite-response-format" to "0.14.0"
66
)
67
config = mutableMapOf()
68
0 commit comments