refactor(coderd): add avatar URL to the users' latency endpoint (#8701)

This commit is contained in:
Bruno Quaresma
2023-07-25 07:15:46 -03:00
committed by GitHub
parent 7004013537
commit fbb2a6a434
10 changed files with 28 additions and 7 deletions

4
coderd/apidoc/docs.go generated
View File

@ -9916,6 +9916,10 @@ const docTemplate = `{
"codersdk.UserLatency": {
"type": "object",
"properties": {
"avatar_url": {
"type": "string",
"format": "uri"
},
"latency_ms": {
"$ref": "#/definitions/codersdk.ConnectionLatency"
},