Function updateDataCredential

  • Updates a credential specified by ID (or by name when bycredentialname=true is set in query)

    Parameters

    • qID: string

      Credential ID

    • query: { byCredentialName?: boolean }

      an object with query parameters

      • OptionalbyCredentialName?: boolean

        If set to true, credentialId in the query will be interpreted as credential's name

    • body: CredentialCreate

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<UpdateDataCredentialHttpResponse>

    UpdateDataCredentialHttpError