diff --git a/pkg/client/types.go b/pkg/client/types.go index cdfe986f..7be2dd0b 100644 --- a/pkg/client/types.go +++ b/pkg/client/types.go @@ -61,6 +61,6 @@ type APIResponse struct { // Error is the error message, if this is an error response. Error string `json:"error"` - // StatusCode is the HTTP status code of the response. + // HTTPStatusCode is the HTTP status code of the response. HTTPStatusCode int `json:"httpStatusCode"` }