diff --git a/src/Appwrite/Utopia/Response/Model/Project.php b/src/Appwrite/Utopia/Response/Model/Project.php index ef50d81c31..abe67e7e86 100644 --- a/src/Appwrite/Utopia/Response/Model/Project.php +++ b/src/Appwrite/Utopia/Response/Model/Project.php @@ -173,7 +173,7 @@ class Project extends Model 'type' => self::TYPE_BOOLEAN, 'description' => 'Whether or not all existing sessions should be invalidated on password change', 'default' => false, - 'example' => self::TYPE_BOOLEAN, + 'example' => true, ]) ->addRule('oAuthProviders', [ 'type' => Response::MODEL_AUTH_PROVIDER,