data
Import an array of data objects.
Import an array of data objects.
post/data/import
Request body
Example request
[
{
"owners": [
{
"id": "123",
"type": "user"
}
]
}
]Response
Records created
Import an array of data objects.
[
{
"owners": [
{
"id": "123",
"type": "user"
}
]
}
]Records created