Block client bulk upsert txn

This commit is contained in:
Jake Barnby 2025-10-03 00:03:34 +13:00
parent 36a8365ebb
commit 7fd2502dd5
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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);