mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix scope
This commit is contained in:
parent
ede88a533e
commit
84bf2641aa
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class Update extends Action
|
|||
->setHttpPath('/v1/databases/transactions/:transactionId')
|
||||
->desc('Update transaction')
|
||||
->groups(['api', 'database', 'transactions'])
|
||||
->label('scope', 'collections.write')
|
||||
->label('scope', 'transactions.write')
|
||||
->label('resourceType', RESOURCE_TYPE_DATABASES)
|
||||
->label('sdk', new Method(
|
||||
namespace: 'databases',
|
||||
|
|
|
|||
Loading…
Reference in a new issue