From 8d62ada545ea072aa72447a242f3600f07734601 Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Wed, 18 Jun 2025 10:54:26 +0530 Subject: [PATCH] updated example of the authInvalidateSession --- src/Appwrite/Utopia/Response/Model/Project.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,