feat!: drop LegacyVariableName from coder parameter (#8360)

This commit is contained in:
Marcin Tojek
2023-07-07 14:14:29 +02:00
committed by GitHub
parent 4e42c33769
commit e088303382
23 changed files with 443 additions and 354 deletions
-2
View File
@@ -4201,7 +4201,6 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
"description_plaintext": "string",
"display_name": "string",
"icon": "string",
"legacy_variable_name": "string",
"mutable": true,
"name": "string",
"options": [
@@ -4231,7 +4230,6 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
| `description_plaintext` | string | false | | |
| `display_name` | string | false | | |
| `icon` | string | false | | |
| `legacy_variable_name` | string | false | | |
| `mutable` | boolean | false | | |
| `name` | string | false | | |
| `options` | array of [codersdk.TemplateVersionParameterOption](#codersdktemplateversionparameteroption) | false | | |
-2
View File
@@ -2240,7 +2240,6 @@ curl -X GET http://coder-server:8080/api/v2/templateversions/{templateversion}/r
"description_plaintext": "string",
"display_name": "string",
"icon": "string",
"legacy_variable_name": "string",
"mutable": true,
"name": "string",
"options": [
@@ -2280,7 +2279,6 @@ Status Code **200**
| `» description_plaintext` | string | false | | |
| `» display_name` | string | false | | |
| `» icon` | string | false | | |
| `» legacy_variable_name` | string | false | | |
| `» mutable` | boolean | false | | |
| `» name` | string | false | | |
| `» options` | array | false | | |