Patches multiple resources in a single batch via the event processor for asynchronous processing. 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 updated in a single batch is 1000.There are NO ordering guarantees across multiple batches. Within each batch, the patches for each resource are processed in the order they are received.
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 update the resources in
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
.