JavaScript
Beta - Entities
Upsert entities
Creates or updates entities in bulk for the given customer. Existing entities matched by id are updated; new ids are created.
PUT
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Server API Key
Path Parameters
The customer identifier (owner) the entities belong to
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.@-]*$Body
application/json
Request body for creating or updating entities in bulk for a single customer
List of entities to create or update (1-100 entries)
Required array length:
1 - 100 elementsResponse
The list of upserted entity objects.
List of entities created or updated by an upsert request
