Skip to content

Commit

Permalink
Merge pull request #83 from akudev/patch-1
Browse files Browse the repository at this point in the history
Fix unquoted property names with dashes
  • Loading branch information
KvM2 authored Nov 16, 2023
2 parents 294c52f + 6197400 commit 419ea72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/04_Essentials/spreadsheet-export-configuration-7e12e6b.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,11 +535,11 @@ exportConfiguration = {
useBatch: true,
headers: {
/* Some sample headers DO NOT copy them */
Accept: "application/json",
Accept-Language: "en",
sap-cancel-on-close: "true",
DataServiceVersion: "2.0",
x-csrf-token: "XvR_WdN7nCw83ngZnH9lZQ=="
"Accept": "application/json",
"Accept-Language": "en",
"sap-cancel-on-close": "true",
"DataServiceVersion": "2.0",
"x-csrf-token": "XvR_WdN7nCw83ngZnH9lZQ=="
},
sizeLimit: 500
}
Expand Down

0 comments on commit 419ea72

Please sign in to comment.