Uploads multiple resources via the event processor for asynchronous processing. This is more efficient for large batches of data. The batch ID can be used to retrieve the status of the batch using the /api/batches/:batchId endpoint. The maximum number of resources that can be uploaded in a single batch is 1000.
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The name or id of the schema definition to upload the resources to
What to do if the resource already exists. upsert will update the resource if it exists, reject will throw an error if the resource already exists
upsert
, reject
Whether to allow extra fields that are not defined in the schema. If true, extra fields will be accepted but not saved. If false, requests with extra fields will be rejected.
Status 202 response
The response is of type object
.