Dev DB
Bulk Insert
Bulk Insert
post/api/cp/dev/db/insert/{db}/{table}
Path parameters
dbstring required
Db identifier
tablestring required
Table identifier
Request body
Example request
{
"id": 12345,
"app_id": 1,
"type": "mysql",
"host": "example_host",
"port": "example_port",
"username": "john_doe",
"password": "********"
}Response
Successful response
{"stackTrail":"paths:/api/cp/dev/db/insert/{db}/{table}: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.