mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Block client bulk upsert txn
This commit is contained in:
parent
36a8365ebb
commit
7fd2502dd5
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ class Create extends Action
|
|||
if (!$isAPIKey && !$isPrivilegedUser && \in_array($operation['action'], [
|
||||
'bulkCreate',
|
||||
'bulkUpdate',
|
||||
'bulkUpsert',
|
||||
'bulkDelete'
|
||||
])) {
|
||||
throw new Exception(Exception::USER_UNAUTHORIZED);
|
||||
|
|
|
|||
Loading…
Reference in a new issue