How to change the connection strings in an easy way?
Using the
REST API you can update the data connection strings directly.
Returns a list of all your connections:
GET http://localhost:8081/api/v1/connection
Updates a connection:
PATCH http://localhost:8081/api/v1/connection/{id}