• Use this operation to replace an existing data credential with the values provided in the request body. To update 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.CredentialCreate

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<dataCredentials.UpdateDataCredentialHttpResponse>

    UpdateDataCredentialHttpError