Merge pull request #11640 from appwrite/revert-upsert-auth

fix: revert bulk upsertDocuments auth
This commit is contained in:
Chirag Aggarwal
2026-03-25 15:03:11 +05:30
committed by GitHub
@@ -58,7 +58,7 @@ class Upsert extends Action
group: $this->getSDKGroup(),
name: self::getName(),
description: '/docs/references/databases/upsert-documents.md',
auth: [AuthType::ADMIN, AuthType::SESSION, AuthType::KEY, AuthType::JWT],
auth: [AuthType::ADMIN, AuthType::KEY],
responses: [
new SDKResponse(
code: SwooleResponse::STATUS_CODE_CREATED,