mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch 'refactor-permissions-inc-console-fix' of github.com:appwrite/appwrite into refactor-permissions-inc-console-fix
This commit is contained in:
commit
c627226ac9
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ return [
|
|||
],
|
||||
Exception::GENERAL_PERMISSION_INVALID => [
|
||||
'name' => Exception::GENERAL_PERMISSION_INVALID,
|
||||
'description' => 'The provided permissions are invalid for this resource type. Documents and files cannot contain a create permission.',
|
||||
'description' => 'The provided permissions are invalid for this resource type. Documents and files cannot contain a `create` permission.',
|
||||
'code' => 400,
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue