mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update doc desc
This commit is contained in:
parent
2830ab55f0
commit
12a1653ae0
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ class Create extends Action
|
|||
$this
|
||||
->setHttpMethod(self::HTTP_REQUEST_METHOD_POST)
|
||||
->setHttpPath('/v1/databases/transactions/:transactionId/operations')
|
||||
->desc('Create operations scoped to a transaction')
|
||||
->desc('Create operations')
|
||||
->groups(['api', 'database', 'transactions'])
|
||||
->label('scope', 'documents.write')
|
||||
->label('resourceType', RESOURCE_TYPE_DATABASES)
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class Create extends OperationsCreate
|
|||
$this
|
||||
->setHttpMethod(self::HTTP_REQUEST_METHOD_POST)
|
||||
->setHttpPath('/v1/tablesdb/transactions/:transactionId/operations')
|
||||
->desc('Create operations scoped to a transaction')
|
||||
->desc('Create operations')
|
||||
->groups(['api', 'database', 'transactions'])
|
||||
->label('scope', 'rows.write')
|
||||
->label('resourceType', RESOURCE_TYPE_DATABASES)
|
||||
|
|
|
|||
Loading…
Reference in a new issue