Block client bulk upsert txn

This commit is contained in:
Jake Barnby
2025-10-03 00:03:34 +13:00
parent 36a8365ebb
commit 7fd2502dd5
@@ -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);