mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat(coderd): add times_used
to coder_app
s in insights API (#13292)
For now, only applied to `coder_app`s, same logic can be implemented for VS Code, SSH, etc. Part of #13099
This commit is contained in:
committed by
GitHub
parent
63e06853eb
commit
a0fce363cd
4
coderd/apidoc/docs.go
generated
4
coderd/apidoc/docs.go
generated
@ -11372,6 +11372,10 @@ const docTemplate = `{
|
||||
"format": "uuid"
|
||||
}
|
||||
},
|
||||
"times_used": {
|
||||
"type": "integer",
|
||||
"example": 2
|
||||
},
|
||||
"type": {
|
||||
"allOf": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user