You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
LookerSDK.client. merge_content_type_if_bodyfails to deleteoptions[:headers](as for instanceLookerSDK.client.parse_query_and_convenience_headerscorrectly does) so the caller must supplycontent_typein order for the call to work.E.g I'd expect the following to pass both
"my-header"and"content_type"headers to the server:instead it only passes
"my-header"and so the caller must do the following to get it to work: