Insert Records with Instance and Schema
POST/v1/rdb/rest/:instance/:schema/:table
Insert data into tables of the specified instance and database
Request
Path Parameters
instance stringrequired
Database instance identifier
schema stringrequired
Database name
table stringrequired
Table name
- application/json
Body
required
- MOD1
- MOD2
- Array [
- ]
oneOf
object
object
Responses
- 201
Insert successful
Loading...