chore: add updated_at to codersdk users (#13928)

* chore: add updated_at to codersdk users
This commit is contained in:
Steven Masley
2024-07-17 12:59:42 -10:00
committed by GitHub
parent 3e1fae7d3d
commit 44924cd8d8
14 changed files with 71 additions and 2 deletions

12
coderd/apidoc/docs.go generated
View File

@ -11134,6 +11134,10 @@ const docTemplate = `{
"theme_preference": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"username": {
"type": "string"
}
@ -11949,6 +11953,10 @@ const docTemplate = `{
"theme_preference": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"username": {
"type": "string"
}
@ -12518,6 +12526,10 @@ const docTemplate = `{
"theme_preference": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"username": {
"type": "string"
}