feat(coderd): expose parameter description and type (#8944)

This commit is contained in:
Marcin Tojek
2023-08-07 18:11:44 +02:00
committed by GitHub
parent 00be8ab875
commit e8627195a2
12 changed files with 108 additions and 53 deletions

6
coderd/apidoc/docs.go generated
View File

@ -9585,6 +9585,9 @@ const docTemplate = `{
"codersdk.TemplateParameterUsage": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"display_name": {
"type": "string"
},
@ -9604,6 +9607,9 @@ const docTemplate = `{
"format": "uuid"
}
},
"type": {
"type": "string"
},
"values": {
"type": "array",
"items": {