Authorizations
Requires an API key to access. Signup at https://ui.osohq.com/
Deletes and adds many facts in one atomic transaction. The deletions are performed before the adds. null
can be used as a wildcard in facts in delete. Does not throw an error when the facts to delete are not found.
DEPRECATED: Prefer POST /batch
with payload [{"deletes": <bulk.delete>}, {"inserts": <bulk.tell>}]
.
Requires an API key to access. Signup at https://ui.osohq.com/