chore: loosen static validation when using dynamic parameters (#17516)

Co-authored-by: Steven Masley <stevenmasley@gmail.com>
This commit is contained in:
ケイラ
2025-04-23 09:15:49 -07:00
committed by GitHub
parent 3b4343ddf3
commit 36a72a2b25
10 changed files with 64 additions and 13 deletions

3
coderd/apidoc/docs.go generated
View File

@ -11453,6 +11453,9 @@ const docTemplate = `{
"autostart_schedule": {
"type": "string"
},
"enable_dynamic_parameters": {
"type": "boolean"
},
"name": {
"type": "string"
},