We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f25eca4 + 4c1d507 commit 725d405Copy full SHA for 725d405
tuneapi/endpoints/common.py
@@ -15,5 +15,5 @@ def get_sub(
15
sess = tu.Subway._get_session()
16
sess.headers.update({"x-tune-key": tune_api_key})
17
if tune_org_id:
18
- sess.headers.update({"x-organization-id": tune_org_id})
+ sess.headers.update({"X-Org-Id": tune_org_id})
19
return tu.Subway(base_url, sess)
0 commit comments