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 0751f2e commit c9abb16Copy full SHA for c9abb16
example.php
@@ -499,7 +499,7 @@ function getSSLPage($url) {
499
->setTwitter('appwrite_io')
500
->setDiscord('564160730845151244', 'https://appwrite.io/discord')
501
->setDefaultHeaders([
502
- 'X-Appwrite-Response-Format' => '0.7.0',
+ 'x-appwrite-response-format' => '0.7.0',
503
])
504
;
505
$sdk->generate(__DIR__ . '/examples/kotlin-android');
0 commit comments