Skip to content

Commit

Permalink
Fix unquoted property names with dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
akudev authored Oct 16, 2023
1 parent 6115600 commit 6938807
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 @@ -661,11 +661,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 6938807

Please sign in to comment.