Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.51 KB

File metadata and controls

16 lines (13 loc) · 1.51 KB

# AgencyHostingV1SetupsCreateSetupRequest

Properties

Name Type Description Notes
datacenterCode string Datacenter code where the website should be provisioned. Available codes depend on live capacity and are not a fixed set.
flavor string Setup flavor: a specific WordPress version in the format `wp-<major>.<minor>` or `wp-<major>.<minor>.<patch>` (e.g. `wp-6.8.2`), or `php-fpm` for a plain PHP stack. Generic versions like `wp-latest` are not allowed.
settings \Hostinger\Model\AgencyHostingV1SetupsCreateSetupRequestSettings
domain string Primary domain to attach to the website. Omit or set to null to get a free auto-generated *.hostingersite.com subdomain instead.
type string Website type
wordpress \Hostinger\Model\AgencyHostingV1SetupsCreateSetupRequestWordpress
clone \Hostinger\Model\AgencyHostingV1SetupsCreateSetupRequestClone
deriveDomain \Hostinger\Model\AgencyHostingV1SetupsCreateSetupRequestDeriveDomain

[Back to Model list] [Back to API list] [Back to README]