From 21ba13a076a102a2bd2061b0099d32e0438e1f4d Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Thu, 7 May 2026 18:40:26 +0530 Subject: [PATCH] updated --- src/Appwrite/SDK/Specification/Format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/SDK/Specification/Format.php b/src/Appwrite/SDK/Specification/Format.php index 777479f7e3..4c7fa6f377 100644 --- a/src/Appwrite/SDK/Specification/Format.php +++ b/src/Appwrite/SDK/Specification/Format.php @@ -763,7 +763,7 @@ abstract class Format case 'getPolicy': switch ($param) { case 'policyId': - return 'ProjectPolicyId'; + return 'ProjectPolicy'; } break; case 'getOAuth2Provider':