mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08: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
+5
@@ -175,6 +175,7 @@ Status Code **200**
|
||||
| `action` | `read` |
|
||||
| `action` | `read_personal` |
|
||||
| `action` | `ssh` |
|
||||
| `action` | `share` |
|
||||
| `action` | `unassign` |
|
||||
| `action` | `update` |
|
||||
| `action` | `update_personal` |
|
||||
@@ -349,6 +350,7 @@ Status Code **200**
|
||||
| `action` | `read` |
|
||||
| `action` | `read_personal` |
|
||||
| `action` | `ssh` |
|
||||
| `action` | `share` |
|
||||
| `action` | `unassign` |
|
||||
| `action` | `update` |
|
||||
| `action` | `update_personal` |
|
||||
@@ -523,6 +525,7 @@ Status Code **200**
|
||||
| `action` | `read` |
|
||||
| `action` | `read_personal` |
|
||||
| `action` | `ssh` |
|
||||
| `action` | `share` |
|
||||
| `action` | `unassign` |
|
||||
| `action` | `update` |
|
||||
| `action` | `update_personal` |
|
||||
@@ -666,6 +669,7 @@ Status Code **200**
|
||||
| `action` | `read` |
|
||||
| `action` | `read_personal` |
|
||||
| `action` | `ssh` |
|
||||
| `action` | `share` |
|
||||
| `action` | `unassign` |
|
||||
| `action` | `update` |
|
||||
| `action` | `update_personal` |
|
||||
@@ -1031,6 +1035,7 @@ Status Code **200**
|
||||
| `action` | `read` |
|
||||
| `action` | `read_personal` |
|
||||
| `action` | `ssh` |
|
||||
| `action` | `share` |
|
||||
| `action` | `unassign` |
|
||||
| `action` | `update` |
|
||||
| `action` | `update_personal` |
|
||||
|
||||
Generated
+3
@@ -953,6 +953,7 @@
|
||||
| `workspace:delete` |
|
||||
| `workspace:delete_agent` |
|
||||
| `workspace:read` |
|
||||
| `workspace:share` |
|
||||
| `workspace:ssh` |
|
||||
| `workspace:start` |
|
||||
| `workspace:stop` |
|
||||
@@ -970,6 +971,7 @@
|
||||
| `workspace_dormant:delete` |
|
||||
| `workspace_dormant:delete_agent` |
|
||||
| `workspace_dormant:read` |
|
||||
| `workspace_dormant:share` |
|
||||
| `workspace_dormant:ssh` |
|
||||
| `workspace_dormant:start` |
|
||||
| `workspace_dormant:stop` |
|
||||
@@ -7069,6 +7071,7 @@ Only certain features set these fields: - FeatureManagedAgentLimit|
|
||||
| `read` |
|
||||
| `read_personal` |
|
||||
| `ssh` |
|
||||
| `share` |
|
||||
| `unassign` |
|
||||
| `update` |
|
||||
| `update_personal` |
|
||||
|
||||
Reference in New Issue
Block a user