cancel
Showing results for 
Search instead for 
Did you mean: 
Community_Admin
Community Team Member

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}

 

Version history
Last update:
‎02-23-2024 12:27 PM
Updated by:
Contributors