From 6938807543e9ea21919871d4c64a3d2ffb6de9d2 Mon Sep 17 00:00:00 2001 From: Andreas Kunz Date: Mon, 16 Oct 2023 12:03:59 +0200 Subject: [PATCH] Fix unquoted property names with dashes --- .../spreadsheet-export-configuration-7e12e6b.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/04_Essentials/spreadsheet-export-configuration-7e12e6b.md b/docs/04_Essentials/spreadsheet-export-configuration-7e12e6b.md index bca6f37c..6622e7e4 100644 --- a/docs/04_Essentials/spreadsheet-export-configuration-7e12e6b.md +++ b/docs/04_Essentials/spreadsheet-export-configuration-7e12e6b.md @@ -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 }