HostingApiUpdateHostingRequest: {
    email?: string;
    hostingId: string;
    offerId?: string;
    offerOptions?: OfferOptionRequest[];
    protected?: boolean;
    region?: Region;
    tags?: string[];
}

Type declaration

  • Optionalemail?: string

    New contact email for the Web Hosting plan.

  • hostingId: string

    Hosting ID.

  • OptionalofferId?: string

    ID of the new offer for the Web Hosting plan.

  • OptionalofferOptions?: OfferOptionRequest[]

    List of the Web Hosting plan options IDs with their quantities.

  • Optionalprotected?: boolean

    Whether the hosting is protected or not.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltags?: string[]

    New tags for the Web Hosting plan.