Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The request body contains the data to import, using the JSON Lines format.

Code Block
languagejson
[{   {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.

...