Skip to content

Commit

Permalink
add workbook_id header
Browse files Browse the repository at this point in the history
  • Loading branch information
AdayevKP committed Dec 13, 2023
1 parent d528fdb commit b26ebdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/dl_api_commons/dl_api_commons/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"User-Agent",
"X-DL-Folder-ID",
DLHeadersCommon.TENANT_ID.value,
DLHeadersCommon.WORKBOOK_ID.value,
"Referer",
"X-Chart-Id",
"X-Dash-Id",
Expand Down
1 change: 1 addition & 0 deletions lib/dl_constants/dl_constants/api_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class DLHeadersCommon(DLHeaders):
PUBLIC_API_KEY = "X-DL-Back-Public-API-Token"
FILE_UPLOADER_MASTER_TOKEN = "X-DL-File-Uploader-Master-Token"
TENANT_ID = "X-DL-TenantId" # Tenant in the UnitedStorage format.
WORKBOOK_ID = "X-DL-WorkbookId"
PROJECT_ID = "X-DC-ProjectId"
FORWARDED_FOR = "X-Forwarded-For"
CSRF_TOKEN = "X-CSRF-Token"
Expand Down

0 comments on commit b26ebdc

Please sign in to comment.