Function createBrandFile

  • Creates a brand file for the specified identifier.

    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

        The path and name of a file to upload.

    • Optionaloptions: ApiCallOptions

    Returns Promise<CreateBrandFileHttpResponse>

    CreateBrandFileHttpError