Upsert

Upsert arbitrary data into the database. Args: data (List[Dict]): List of dictionaries containing the data to upsert table_name (str): Name of the table to upsert into (provided in header) Returns: dict: Result of the upsert operation with verification and summary

post/api/v1/database/upsert

Headers

table-namestring required

Request body

object[] required

Response

Successful Response

{"stackTrail":"paths:/api/v1/database/upsert:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes