ActivateCertificateBySiteInput
Input for activating a certificate across all domains on a site.
input ActivateCertificateBySiteInput {
bypassDomainValidation: Boolean
certificateId: Int!
clientSiteId: Int!
skipConfigReloads: Boolean
}
Fields
ActivateCertificateBySiteInput.bypassDomainValidation ● Boolean scalar common
Whether to bypass domain validation before activating the certificate.
ActivateCertificateBySiteInput.certificateId ● Int! non-null scalar common
The certificate ID to activate.
ActivateCertificateBySiteInput.clientSiteId ● Int! non-null scalar common
The site ID whose domains should receive the certificate.
ActivateCertificateBySiteInput.skipConfigReloads ● Boolean scalar common
Whether to skip configuration reloads while applying the certificate.
Member Of
activateCertificateBySite mutation