An upsert is an operation that allows you to create or update items in a single operation. You don’t have to worry about whether the item already exists or not.
The metadata
field stores additional context about your items that won’t be used for search but enable filtering capabilities.
The tenant
field is used to identify the organisation to which the items belong. It is required if you’ve selected multi
from the project settings.
UpsertStore
The response is of type object
.
An upsert is an operation that allows you to create or update items in a single operation. You don’t have to worry about whether the item already exists or not.
The metadata
field stores additional context about your items that won’t be used for search but enable filtering capabilities.
The tenant
field is used to identify the organisation to which the items belong. It is required if you’ve selected multi
from the project settings.
UpsertStore
The response is of type object
.