Import
Import Coda values using the Coda export spreadsheet in Google Spreadsheets.
Authorizations
Path parameters
projectIdstringRequired
The ID of the project
Query parameters
applyChangesbooleanRequired
Whether to apply the found changes, or just validate them.
Responses
200
Successful Operation
application/json
400
Invalid status value
application/json
put
PUT //coda/{projectId}/import HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
"changeMap": {},
"validationErrors": []
}