HostingSubdomainEdit

This function can be used to edit an existing subdomain (currently only the SSL certificate can be edited).

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

subscription

string

^[a-z][a-z0-9_-]{1,63}$

no

Subscription name

subdomain

string

^[^+<>&%\s]{1,100}$

no

full subdomain name (FQDN)

sslkey

string

yes

private key of SSL/TLS certificate (PEM-encoded)

sslcert

string

yes

SSL-/TLS certificate (PEM-encoded)

sslcachain

string

yes

SSL/TLS intermediate certificates (PEM-encoded)

Response

Field

Type

Null?

Description

status

string

no

Status (“ok”)


Last updated on May 04, 2020.
next: HostingSubscriptionAdd
previous: HostingSubdomainAdd