Dev DB
Create
Create a new Dev DB record.
post/api/cp/dev/db
Request body
Example request
{
"id": 12345,
"app_id": 1,
"type": "mysql",
"host": "example_host",
"port": "example_port",
"username": "john_doe",
"password": "********"
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.