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