Troubleshooting 500 internal server error on REST API PATCH: updating connection parameters
{
"connection": {
"provider": "sql",
"schema": "Dashboard",
"parameters": {
"Password": "password",
"ApiVersion": 2,
"Server": "server",
"UserName": "username",
"port": "1433",
"DefaultDatabase": "",
"encrypt": false,
"AdditionalParameters": "",
"Schema": "",
"Database": "database"
}
}
}Switching to the updated Connection Manager API methods and ensuring accurate parameter configuration can resolve the 500 Internal Server Error when modifying connections in Sisense REST API. If problems remain unresolved, enabling access for support can facilitate targeted troubleshooting.
Refrences
For more detailed information, you can visit:
Connection Management API Documentation: API Documentation
Sisense Release Notes: Release Notes
0 comments