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.

The SitePublishingAuth object

Attributes
anyOptional
anyOptional
or
and

The SitePublishingAuth object

Get a site auth config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

siteIdstringRequired

The unique id of the site

Responses
get
/orgs/{organizationId}/sites/{siteId}/publishing/auth

Update a site auth config

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

siteIdstringRequired

The unique id of the site

Body
anyOptional
anyOptional
or
and
Responses
patch
/orgs/{organizationId}/sites/{siteId}/publishing/auth

Regenerate a site auth

post

Regenerate the publishing authentication settings for a site. This will re-generate the private key.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

siteIdstringRequired

The unique id of the site

Responses
post
/orgs/{organizationId}/sites/{siteId}/publishing/auth/regenerate

Last updated

Was this helpful?