CustomDocDomains
Add custom domain
Add a custom domain to a published doc.
post/docs/${docId}/domains
Path parameters
docIdstring required
ID of the doc.
Request body
Example request
{
"customDocDomain": "example.com"
}Response
Confirmation that the custom domain was added to the doc.
AddCustomDocDomainResponse required
The result of adding a custom domain to a published doc.