...
The request body contains the data to import, using the JSON Lines format.
Code Block | ||
---|---|---|
| ||
[{ {JSON data row 1, on single line }, { {JSON data row 2, on single line }, ... ] |
Each element in that array is the equivalent to a data row in an uploaded CSV file.
...