Fix organization project API headers and queries

This commit is contained in:
harsh mahajan
2026-05-22 15:32:44 +05:30
parent aa4c6b6e8f
commit 4dec4f2ff2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ return [
'X-Appwrite-Locale',
'X-Appwrite-Mode',
'X-Appwrite-JWT',
'X-Appwrite-Organization',
'X-Appwrite-Response-Format',
'X-Appwrite-Timeout',
'X-Appwrite-ID',
@@ -7,6 +7,7 @@ class Projects extends Base
public const ALLOWED_ATTRIBUTES = [
'name',
'teamId',
'status',
'labels',
'search'
];