Import Coda values using the Coda export spreadsheet in Google Spreadsheets.
/coda/{projectId}/import
The ID of the project
Whether to apply the found changes, or just validate them.
curl -L \ --request PUT \ --url 'https://api.ecosuite.io//coda/{projectId}/import?applyChanges=true' \ --header 'Authorization: YOUR_API_KEY'
{ "changeMap": {}, "validationErrors": [] }