feat: allow masking workspace parameter inputs (#18595)

This commit is contained in:
ケイラ
2025-07-01 16:27:43 -06:00
committed by GitHub
parent d22ac1cf65
commit 0b82f41a24
11 changed files with 139 additions and 48 deletions

3
coderd/apidoc/docs.go generated
View File

@ -14176,6 +14176,9 @@ const docTemplate = `{
"label": {
"type": "string"
},
"mask_input": {
"type": "boolean"
},
"placeholder": {
"type": "string"
}

View File

@ -12834,6 +12834,9 @@
"label": {
"type": "string"
},
"mask_input": {
"type": "boolean"
},
"placeholder": {
"type": "string"
}