Function patchDataConnection

  • Patches a connection specified by connection ID (or by name when type=connectionname is set in query).

    Parameters

    • qID: string

      Connection ID

    • query: { type?: "connectionname" }

      an object with query parameters

      • Optionaltype?: "connectionname"

        The connection ID in the path becomes a connection name when this query parameter is set.

    • body: PatchRequest

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<PatchDataConnectionHttpResponse>

    PatchDataConnectionHttpError