Knowledge Base Article

The Ability To Manage JDBC Connections

Question

How to change the connection strings in an easy way?

Answer

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}

 

Updated 02-23-2024
No CommentsBe the first to comment