Closed phily245 closed 3 years ago
When creating a custom hostname using the addHostname function at https://github.com/cloudflare/cloudflare-php/blob/master/src/Endpoints/CustomHostnames.php#L38, there is no support for the bundle_method, custom_certificate or custom_key fields as documented at https://api.cloudflare.com/#custom-hostname-for-a-zone-create-custom-hostname.
addHostname
bundle_method
custom_certificate
custom_key
I will make a PR for this.
When creating a custom hostname using the
addHostname
function at https://github.com/cloudflare/cloudflare-php/blob/master/src/Endpoints/CustomHostnames.php#L38, there is no support for thebundle_method
,custom_certificate
orcustom_key
fields as documented at https://api.cloudflare.com/#custom-hostname-for-a-zone-create-custom-hostname.I will make a PR for this.