Dev DB
SQL
SQL
post/api/cp/dev/db/sql(/{db)}
Path parameters
db)string required
Db 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/sql(/{db)}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}