Function createBrand

  • Creates a new brand.

    Parameters

    • body: {
          description?: string;
          favIcon?: BodyInit;
          logo?: BodyInit;
          name: string;
          styles?: BodyInit;
      }

      an object with the body content

      • Optionaldescription?: string

        Description of the brand.

      • OptionalfavIcon?: BodyInit
      • Optionallogo?: BodyInit
      • name: string
      • Optionalstyles?: BodyInit
    • Optionaloptions: ApiCallOptions

    Returns Promise<CreateBrandHttpResponse>

    CreateBrandHttpError