Skip to content

Commit

Permalink
chore(lumapps-client): add lumapps-organization-id header
Browse files Browse the repository at this point in the history
  • Loading branch information
chloecarton committed Oct 3, 2024
1 parent 13f3f9d commit 89bcde9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lumapps/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ def __init__(
self.cache = DiscoveryCacheDict()
self.dry_run = dry_run
self._langs = None
extra_http_headers = {
**({"Lumapps-Organization-Id": str(self.customer_id)}),
**(extra_http_headers or {}),
}
super().__init__(
api_info,
auth_info=auth_info,
Expand Down

0 comments on commit 89bcde9

Please sign in to comment.