Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Merged
Changes from 1 commit
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, delete, and create permissions on that resource by default.</p>
Comment thread
gewenyu99 marked this conversation as resolved.
Outdated

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

Expand Down