Function patchTheme

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

    Parameters

    • id: string

      Theme identifier or its qextFilename.

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

      an object with the body content

      • Optionaldata?: Theme

        The theme model.

      • Optionalfile?: BodyInit

        Theme archive.

    • Optionaloptions: ApiCallOptions

    Returns Promise<PatchThemeHttpResponse>

    PatchThemeHttpError