• Use this operation to apply partial updates to a data credential using JSON Patch operations. To patch a credential by name instead of ID, set the byCredentialName query parameter to true.

    Parameters

    • qID: string

      The unique identifier of the credential.

    • query: { byCredentialName?: boolean }

      an object with query parameters

      • OptionalbyCredentialName?: boolean

        When true, the value of the credentialId in the query is interpreted as the credential's name rather than its unique identifier.

    • body: dataCredentials.PatchRequest

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<dataCredentials.PatchDataCredentialHttpResponse>

    PatchDataCredentialHttpError