Skip to content

Commit

Permalink
feat(api): added api_version in UnitInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Sep 6, 2024
1 parent 617ccd1 commit 55d0141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/unit.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ type UnitInfo struct {
SystemID string `json:"system_id"`
SSHPort int `json:"ssh_port"`
FQDN string `json:"fqdn"`
APIVersion string `json:"api_version"`
}

0 comments on commit 55d0141

Please sign in to comment.