Insert
Insert new records into the database. Will not update existing records. Args: data (List[Dict]): List of dictionaries containing the data to insert table_name (str): Name of the table to insert into (provided in header) unique_key (str): Field name to use as the unique identifier (provided in header) Returns: dict: Result of the insert operation with summary
post/api/v1/database/insert
Headers
table-namestring required
unique-keystring required
Request body
object[] required
Response
Successful Response
{"stackTrail":"paths:/api/v1/database/insert:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.