Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Update description of default permission behavior to be more specific and accurate #393

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/docs/permissions.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h2 id="default-values"><a href="/docs/permissions#default-values">Default Values</a></h2>

<p>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.</p>
<p>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.</p>

<h2 id="server-integration"><a href="/docs/permissions#server-integration">Server Integration</a></h2>

Expand Down