Function updateBrandFile

  • Updates the specified brand file.

    Parameters

    • brandId: string

      The brand's unique identifier.

    • brandFileId: string

      The unique identifier of a file within a brand.

    • body: { file?: BodyInit }

      an object with the body content

      • Optionalfile?: BodyInit

        A file to upload.

    • Optionaloptions: ApiCallOptions

    Returns Promise<UpdateBrandFileHttpResponse>

    UpdateBrandFileHttpError