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
@@ -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