feat(coderd): support ephemeral parameters (#8367)

This commit is contained in:
Marcin Tojek
2023-07-10 13:44:03 +02:00
committed by GitHub
parent 8f4157c28d
commit 9f2a931eb8
29 changed files with 626 additions and 345 deletions

3
coderd/apidoc/docs.go generated
View File

@ -9175,6 +9175,9 @@ const docTemplate = `{
"display_name": {
"type": "string"
},
"ephemeral": {
"type": "boolean"
},
"icon": {
"type": "string"
},