mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: persist app groups in the database (#17977)
This commit is contained in:
3
coderd/apidoc/docs.go
generated
3
coderd/apidoc/docs.go
generated
@ -17570,6 +17570,9 @@ const docTemplate = `{
|
||||
"description": "External specifies whether the URL should be opened externally on\nthe client or not.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"group": {
|
||||
"type": "string"
|
||||
},
|
||||
"health": {
|
||||
"$ref": "#/definitions/codersdk.WorkspaceAppHealth"
|
||||
},
|
||||
|
Reference in New Issue
Block a user