mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: include server agent API version in buildinfo (#11057)
First part of #10340 -- we need this version to compare with agents to tell if they are on a deprecated Agent API version
This commit is contained in:
4
coderd/apidoc/docs.go
generated
4
coderd/apidoc/docs.go
generated
@ -7827,6 +7827,10 @@ const docTemplate = `{
|
||||
"codersdk.BuildInfoResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"agent_api_version": {
|
||||
"description": "AgentAPIVersion is the current version of the Agent API (back versions\nMAY still be supported).",
|
||||
"type": "string"
|
||||
},
|
||||
"dashboard_url": {
|
||||
"description": "DashboardURL is the URL to hit the deployment's dashboard.\nFor external workspace proxies, this is the coderd they are connected\nto.",
|
||||
"type": "string"
|
||||
|
Reference in New Issue
Block a user