feat: remove workspace_actions experiment (#11427)

This commit is contained in:
Jon Ayers
2024-01-10 16:19:39 -06:00
committed by GitHub
parent 04afb88e6f
commit 9b437032e9
22 changed files with 26 additions and 119 deletions
+2 -2
View File
@@ -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
+1 -2
View File
@@ -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