mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add new workspace:share action type (#20198)
Closes [coder/internal#1012](https://github.com/coder/internal/issues/1012)
This commit is contained in:
Generated
+3
-1
@@ -202,7 +202,9 @@ CREATE TYPE api_key_scope AS ENUM (
|
||||
'task:read',
|
||||
'task:update',
|
||||
'task:delete',
|
||||
'task:*'
|
||||
'task:*',
|
||||
'workspace:share',
|
||||
'workspace_dormant:share'
|
||||
);
|
||||
|
||||
CREATE TYPE app_sharing_level AS ENUM (
|
||||
|
||||
Reference in New Issue
Block a user