diff --git a/src/Appwrite/Specification/Format/Swagger2.php b/src/Appwrite/Specification/Format/Swagger2.php index 0155b1a68..ab45ae401 100644 --- a/src/Appwrite/Specification/Format/Swagger2.php +++ b/src/Appwrite/Specification/Format/Swagger2.php @@ -329,7 +329,7 @@ class Swagger2 extends Format $node['items'] = [ 'type' => 'string', ]; - $node['x-example'] = '["role:all"]' + $node['x-example'] = '["role:all"]'; break; case 'Appwrite\Auth\Validator\Password': $node['type'] = $validator->getType();