Headers
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
Path Parameters
The name or id of the schema definition to upload the resources to
Query Parameters
What to do if the resource already exists. upsert will merge new data with existing data (PATCH-like behavior), 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.
Body
An array of resources to upload