From 1dfd5bbafd31cfc3410fefb228fb05cf75542d39 Mon Sep 17 00:00:00 2001 From: Vahid Al Date: Tue, 4 Jun 2024 18:33:04 +0330 Subject: [PATCH] Remove updating role permissions excess text --- docs/api/rows-auth-examples.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/rows-auth-examples.md b/docs/api/rows-auth-examples.md index d2b59fc..f2ec859 100644 --- a/docs/api/rows-auth-examples.md +++ b/docs/api/rows-auth-examples.md @@ -105,8 +105,6 @@ Response } ``` -Oh, now that we have created the Role Permission think that it's better for `editor` role to have both `read` and `create` permissions. - #### 2.3. Assign Role to a User To assign roles to a user call `/tables/_users_roles/rows/` endpoint with `POST` method.