Site auth
Manage the authentication needed for publishing your site.
Configure the credentials or tokens required to publish documentation externally. This helps ensure your site is consistently kept up to date.
Retrieves the authentication settings that protect a site's published content. Use this to review the current auth method before making changes or troubleshooting access issues.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
OK
Bad Request
Modifies the authentication method used to protect a site's published content. Use this to enable, disable, or change the auth method for a published site.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
OK
Bad Request
Re-generates the private key used for the site's publishing authentication (e.g., JWT signing key for SSO). Existing tokens signed with the old key will become invalid immediately. Use this to rotate credentials after a security incident or as part of a regular key rotation policy.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
OK
Bad Request
Last updated
Was this helpful?