Upload data to the specified schema collection
POST/api/v1/data/create
Upload data to the specified schema collection
info
You must specify the id
which must be formatted as uuidv4
{
"schema": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"data": [
{
"_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"city": "New York",
"country_code": "US",
"age": 30
}
]
}
Request
Responses
- 200
- 400
- 401
The outcome of the data upload operation. The operation can be partially successful.
Validation or processing errors
Missing or invalid JWT