Skip to content

Commit 4c1d507

Browse files
committed
fix: update x-org-id header
1 parent f25eca4 commit 4c1d507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuneapi/endpoints/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ def get_sub(
1515
sess = tu.Subway._get_session()
1616
sess.headers.update({"x-tune-key": tune_api_key})
1717
if tune_org_id:
18-
sess.headers.update({"x-organization-id": tune_org_id})
18+
sess.headers.update({"X-Org-Id": tune_org_id})
1919
return tu.Subway(base_url, sess)

0 commit comments

Comments
 (0)