mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
update description
This commit is contained in:
parent
9ecffbf4e9
commit
74492ded44
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class Update extends CollectionUpdate
|
|||
->param('tableId', '', new UID(), 'Table ID.')
|
||||
->param('name', null, new Text(128), 'Table name. Max length: 128 chars.')
|
||||
->param('permissions', null, new Nullable(new Permissions(APP_LIMIT_ARRAY_PARAMS_SIZE)), 'An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https://appwrite.io/docs/permissions).', true)
|
||||
->param('rowSecurity', false, new Boolean(true), 'Enables configuring permissions for individual rows. A user needs one of row or table level permissions to access a document. [Learn more about permissions](https://appwrite.io/docs/permissions).', true)
|
||||
->param('rowSecurity', false, new Boolean(true), 'Enables configuring permissions for individual rows. A user needs one of row or table-level permissions to access a row. [Learn more about permissions](https://appwrite.io/docs/permissions).', true)
|
||||
->param('enabled', true, new Boolean(), 'Is table enabled? When set to \'disabled\', users cannot access the table but Server SDKs with and API key can still read and write to the table. No data is lost when this is toggled.', true)
|
||||
->inject('response')
|
||||
->inject('dbForProject')
|
||||
|
|
|
|||
Loading…
Reference in a new issue