mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: move moons experiment to ga (released) (#11285)
* feat: release moons experiment as ga
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
|
||||
["moons"]
|
||||
["workspace_actions"]
|
||||
```
|
||||
|
||||
### Responses
|
||||
@@ -600,7 +600,7 @@ curl -X GET http://coder-server:8080/api/v2/experiments/available \
|
||||
> 200 Response
|
||||
|
||||
```json
|
||||
["moons"]
|
||||
["workspace_actions"]
|
||||
```
|
||||
|
||||
### Responses
|
||||
|
||||
Generated
+1
-2
@@ -2865,7 +2865,7 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
|
||||
## codersdk.Experiment
|
||||
|
||||
```json
|
||||
"moons"
|
||||
"workspace_actions"
|
||||
```
|
||||
|
||||
### Properties
|
||||
@@ -2874,7 +2874,6 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
|
||||
|
||||
| Value |
|
||||
| -------------------------- |
|
||||
| `moons` |
|
||||
| `workspace_actions` |
|
||||
| `tailnet_pg_coordinator` |
|
||||
| `single_tailnet` |
|
||||
|
||||
Reference in New Issue
Block a user