Skip to main content

CustomDomain

A custom domain lets you customize the URL of your Knowledge Base.

It contains expiry and Let's Encrypt certificate details.

type CustomDomain {
domain: String
expiresAt: String
letsencrypt: Boolean!
status: String
valid: Boolean
}

Fields

CustomDomain.domain ● String scalar common

The custom domain of the Knowledge Base.

CustomDomain.expiresAt ● String scalar common

The expiration date of the Let's Encrypt certificate.

CustomDomain.letsencrypt ● Boolean! non-null scalar common

True if the custom domain uses a Let's Encrypt certificate; false otherwise.

CustomDomain.status ● String scalar common

The status of the Let's Encrypt certificate.

CustomDomain.valid ● Boolean scalar common

True if the custom domain of the Knowledge Base is valid; false otherwise.

Member of

KnowledgeBase object