diff --git a/pkg/api/response_neighbors.go b/pkg/api/response_neighbors.go index f0899cc..9e6b40b 100644 --- a/pkg/api/response_neighbors.go +++ b/pkg/api/response_neighbors.go @@ -89,7 +89,7 @@ func (n *Neighbor) MatchName(name string) bool { // A NeighborsResponse is a list of neighbors with // caching information. type NeighborsResponse struct { - Meta Meta `json:"api"` + Response Neighbors Neighbors `json:"neighbors"` }