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 06a0163 commit d7365ecCopy full SHA for d7365ec
src/Client.php
@@ -30,7 +30,7 @@ class Client
30
protected $headers = [
31
'content-type' => '',
32
'x-sdk-version' => 'appwrite:cli:0.12.1',
33
- 'X-Appwrite-Response-Format' => '0.10.0' ];
+ 'X-Appwrite-Response-Format' => '0.11.0' ];
34
35
/**
36
* Default User Preferences
0 commit comments