mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: remove workspace_actions experiment (#11427)
This commit is contained in:
Generated
+2
-2
@@ -563,7 +563,7 @@ curl -X GET http://coder-server:8080/api/v2/experiments \
|
||||
> 200 Response
|
||||
|
||||
```json
|
||||
["workspace_actions"]
|
||||
["deployment_health_page"]
|
||||
```
|
||||
|
||||
### Responses
|
||||
@@ -600,7 +600,7 @@ curl -X GET http://coder-server:8080/api/v2/experiments/available \
|
||||
> 200 Response
|
||||
|
||||
```json
|
||||
["workspace_actions"]
|
||||
["deployment_health_page"]
|
||||
```
|
||||
|
||||
### Responses
|
||||
|
||||
Generated
+1
-2
@@ -2869,7 +2869,7 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
|
||||
## codersdk.Experiment
|
||||
|
||||
```json
|
||||
"workspace_actions"
|
||||
"deployment_health_page"
|
||||
```
|
||||
|
||||
### Properties
|
||||
@@ -2878,7 +2878,6 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
|
||||
|
||||
| Value |
|
||||
| ------------------------ |
|
||||
| `workspace_actions` |
|
||||
| `deployment_health_page` |
|
||||
|
||||
## codersdk.ExternalAuth
|
||||
|
||||
Reference in New Issue
Block a user