Skip to content

Commit

Permalink
Renault: add content type (#14645)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Jun 30, 2024
1 parent 391fadd commit eed5310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vehicle/renault/kamereon/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func New(log *util.Logger, keys keys.ConfigServer, identity *gigya.Identity, log
func (v *API) request_(uri string, body io.Reader) (Response, error) {
params := url.Values{"country": []string{"DE"}}
headers := map[string]string{
"content-type": "application/vnd.api+json",
"x-gigya-id_token": v.identity.Token,
"apikey": v.keys.APIKey,
}
Expand Down

0 comments on commit eed5310

Please sign in to comment.