Environments DB Connections Edit
PUT {{baseUrl}}/environments/:environmentKey/dbconnections/:dbConnectionName/
Updates a DB connection for an environment.
Request Body
{"dbConnectionName"=>"", "providerKey"=>"", "description"=>"", "dbUsername"=>"", "dbPassword"=>"", "dbConfigParams"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""