Function patchExtension

  • Updates a specific extension matching either extension ID or extension name. Accepts either provided file or data object.

    Parameters

    • id: string

      Extension identifier or its qextFilename.

    • body: { data?: Extension; file?: BodyInit }

      an object with the body content

      • Optionaldata?: Extension

        The extension model.

      • Optionalfile?: BodyInit

        Extension archive.

    • Optionaloptions: ApiCallOptions

    Returns Promise<PatchExtensionHttpResponse>

    PatchExtensionHttpError