mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: loosen static validation when using dynamic parameters (#17516)
Co-authored-by: Steven Masley <stevenmasley@gmail.com>
This commit is contained in:
Generated
+2
@@ -1462,6 +1462,7 @@ None
|
||||
{
|
||||
"automatic_updates": "always",
|
||||
"autostart_schedule": "string",
|
||||
"enable_dynamic_parameters": true,
|
||||
"name": "string",
|
||||
"rich_parameter_values": [
|
||||
{
|
||||
@@ -1484,6 +1485,7 @@ CreateWorkspaceRequest provides options for creating a new workspace. Only one o
|
||||
|------------------------------|-------------------------------------------------------------------------------|----------|--------------|---------------------------------------------------------------------------------------------------------|
|
||||
| `automatic_updates` | [codersdk.AutomaticUpdates](#codersdkautomaticupdates) | false | | |
|
||||
| `autostart_schedule` | string | false | | |
|
||||
| `enable_dynamic_parameters` | boolean | false | | |
|
||||
| `name` | string | true | | |
|
||||
| `rich_parameter_values` | array of [codersdk.WorkspaceBuildParameter](#codersdkworkspacebuildparameter) | false | | Rich parameter values allows for additional parameters to be provided during the initial provision. |
|
||||
| `template_id` | string | false | | Template ID specifies which template should be used for creating the workspace. |
|
||||
|
||||
Generated
+2
@@ -25,6 +25,7 @@ of the template will be used.
|
||||
{
|
||||
"automatic_updates": "always",
|
||||
"autostart_schedule": "string",
|
||||
"enable_dynamic_parameters": true,
|
||||
"name": "string",
|
||||
"rich_parameter_values": [
|
||||
{
|
||||
@@ -605,6 +606,7 @@ of the template will be used.
|
||||
{
|
||||
"automatic_updates": "always",
|
||||
"autostart_schedule": "string",
|
||||
"enable_dynamic_parameters": true,
|
||||
"name": "string",
|
||||
"rich_parameter_values": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user