Uploads data to the partner resource table after validating it against the specified schema definition.
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 resource 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 200 response
The response is of type object
.