mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix organization project API headers and queries
This commit is contained in:
parent
aa4c6b6e8f
commit
4dec4f2ff2
2 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue