diff --git a/src/Appwrite/Specification/Format/Swagger2.php b/src/Appwrite/Specification/Format/Swagger2.php index 858a18f7cb..2148342bb3 100644 --- a/src/Appwrite/Specification/Format/Swagger2.php +++ b/src/Appwrite/Specification/Format/Swagger2.php @@ -270,7 +270,7 @@ class Swagger2 extends Format break; case 'Appwrite\Auth\Validator\Password': $node['type'] = $validator->getType(); - $node['format'] = 'format'; + $node['format'] = 'password'; $node['x-example'] = 'password'; break; case 'Utopia\Validator\Range': /** @var \Utopia\Validator\Range $validator */