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 11745a1 commit 9611755Copy full SHA for 9611755
Sources/Appwrite/Client.swift
@@ -21,7 +21,7 @@ open class Client {
21
open var headers: [String: String] = [
22
"content-type": "",
23
"x-sdk-version": "appwrite:swift:0.5.0",
24
- "X-Appwrite-Response-Format": "0.13.0"
+ "X-Appwrite-Response-Format": "0.14.0"
25
]
26
27
open var config: [String: String] = [:]
0 commit comments