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 30c86f5 commit 23dd458Copy full SHA for 23dd458
src/Spec/Swagger2.php
@@ -308,6 +308,7 @@ public function getMethods($service)
308
foreach ($method['x-appwrite']['methods'] as $additionalMethod) {
309
$duplicatedMethod = $method;
310
$duplicatedMethod['x-appwrite']['method'] = $additionalMethod['name'];
311
+ $duplicatedMethod['x-appwrite']['auth'] = $additionalMethod['auth'] ?? [];
312
313
// Update Response
314
$responses = $additionalMethod['responses'];
0 commit comments