From 657e60740c4c9479e07be06da8a4df497661ca40 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Thu, 6 Jul 2023 21:09:02 +0000 Subject: [PATCH 1/2] Update description of default behavior to be more specific and accurate --- app/views/docs/permissions.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/permissions.phtml b/app/views/docs/permissions.phtml index f7eb6003d..75f43b4b3 100644 --- a/app/views/docs/permissions.phtml +++ b/app/views/docs/permissions.phtml @@ -18,7 +18,7 @@

Default Values

-

When not providing a resource with read or write permissions, the default value will be empty. When a read or write permissions is missing, no one will be granted access control to the resource.

+

If you create a resource using a Server SDK or the Appwrite console without explicit permissions, no one can access it by default because the permissions will be empty. If you create a resource using a Client SDK without explicit permissions, the creator will be granted read, update, delete, and create permissions on that resource by default.

Server Integration

From b0301c641b07ee67ff05ff8809f421c4aea30b4b Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Fri, 7 Jul 2023 18:01:47 -0400 Subject: [PATCH 2/2] Update app/views/docs/permissions.phtml Co-authored-by: Steven <1477010+stnguyen90@users.noreply.github.com> --- app/views/docs/permissions.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/permissions.phtml b/app/views/docs/permissions.phtml index 75f43b4b3..adb1bbd3d 100644 --- a/app/views/docs/permissions.phtml +++ b/app/views/docs/permissions.phtml @@ -18,7 +18,7 @@

Default Values

-

If you create a resource using a Server SDK or the Appwrite console without explicit permissions, no one can access it by default because the permissions will be empty. If you create a resource using a Client SDK without explicit permissions, the creator will be granted read, update, delete, and create permissions on that resource by default.

+

If you create a resource using a Server SDK or the Appwrite console without explicit permissions, no one can access it by default because the permissions will be empty. If you create a resource using a Client SDK without explicit permissions, the creator will be granted read, update, and delete permissions on that resource by default.

Server Integration