mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(site): Remove template editor out of experimental (#7165)
This commit is contained in:
+1
-1
@@ -507,7 +507,7 @@ curl -X GET http://coder-server:8080/api/v2/experiments \
|
||||
> 200 Response
|
||||
|
||||
```json
|
||||
["template_editor"]
|
||||
["moons"]
|
||||
```
|
||||
|
||||
### Responses
|
||||
|
||||
+4
-5
@@ -2447,17 +2447,16 @@ CreateParameterRequest is a structure used to create a new parameter value for a
|
||||
## codersdk.Experiment
|
||||
|
||||
```json
|
||||
"template_editor"
|
||||
"moons"
|
||||
```
|
||||
|
||||
### Properties
|
||||
|
||||
#### Enumerated Values
|
||||
|
||||
| Value |
|
||||
| ----------------- |
|
||||
| `template_editor` |
|
||||
| `moons` |
|
||||
| Value |
|
||||
| ------- |
|
||||
| `moons` |
|
||||
|
||||
## codersdk.Feature
|
||||
|
||||
|
||||
Reference in New Issue
Block a user