Update the Connection for a Variable

Updates the connection details for a Master Flow Variable.

Method

/API2/dataSources/updateVariableConnection

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2020.20
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

connectionObject

Object Type

Description

Use this object to modify the data source server ID or/and database name used in the variable connection.

Output Response

Successful Result Code

200

Response Type

Description of Response Type

Generic API response object with success or failure flag and related messages.

Notes

Use this function to either correct or adjust the connection details used in a query-based variable.

Examples