• Use this operation to replace a data connection with the values provided in the request body. All required fields must be included. To update a connection by name instead of ID, set the type query parameter to connectionname. Credentials embedded in or associated with the connection are created or updated based on the fields provided.

    Parameters

    • qID: string

      The unique identifier of the connection.

    • query: { spaceId?: string; type?: "connectionname" }

      an object with query parameters

      • OptionalspaceId?: string

        Filter connections by space ID.

      • Optionaltype?: "connectionname"
    • body: dataConnections.ConnectionUpdate

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<dataConnections.UpdateDataConnectionHttpResponse>

    UpdateDataConnectionHttpError