From 1a18e4c410dd75200977296d972b46d3f9bd63fb Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Wed, 5 Jan 2022 08:31:58 +0200 Subject: [PATCH] Update database.md --- docs/services/database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/database.md b/docs/services/database.md index cc86f5e36..fbd72aee3 100644 --- a/docs/services/database.md +++ b/docs/services/database.md @@ -4,4 +4,4 @@ All the data in the database service is stored in structured JSON documents. The Each database document structure in your project is defined using the Appwrite [collection attributes](/docs/database#attributes). The collection attributes help you ensure all your user-submitted data is validated and stored according to the collection structure. -Using Appwrite permissions architecture, you can assign read or write access to each document in your project for either a specific user, team, user role, or even grant it with public access (*). You can learn more about [how Appwrite handles permissions and access control](/docs/permissions). \ No newline at end of file +Using Appwrite permissions architecture, you can assign read or write access to each collection or document in your project for either a specific user, team, user role, or even grant it with public access (`role:all`). You can learn more about [how Appwrite handles permissions and access control](/docs/permissions).