Skip to content

Commit

Permalink
Merge pull request #1 from Aakash-kaushik/ak/x-org-id
Browse files Browse the repository at this point in the history
fix: update x-org-id header
  • Loading branch information
yashbonde authored Oct 10, 2024
2 parents f25eca4 + 4c1d507 commit 725d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuneapi/endpoints/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def get_sub(
sess = tu.Subway._get_session()
sess.headers.update({"x-tune-key": tune_api_key})
if tune_org_id:
sess.headers.update({"x-organization-id": tune_org_id})
sess.headers.update({"X-Org-Id": tune_org_id})
return tu.Subway(base_url, sess)

0 comments on commit 725d405

Please sign in to comment.