• Use this operation to apply partial updates to a data connection using JSON Patch operations. To patch a connection by name instead of ID, set the type query parameter to connectionname. Some data sources require an OAuth authentication code; provide it using the qlik-auth-code request header.

    Parameters

    • qID: string

      The unique identifier of the connection.

    • query: { type?: "connectionname" }

      an object with query parameters

      • Optionaltype?: "connectionname"

        When set to connectionname, the value of the connection ID in the path is interpreted as the connection's name rather than its unique identifier.

    • body: dataConnections.PatchRequest

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<dataConnections.PatchDataConnectionHttpResponse>

    PatchDataConnectionHttpError