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.
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
200
OK
application/json
400
Bad Request
application/json
get
/orgs/{organizationId}/sites/{siteId}/publishing/authAuthorizations
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
Responses
200
OK
application/json
400
Bad Request
application/json
patch
/orgs/{organizationId}/sites/{siteId}/publishing/authRegenerate 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
200
OK
application/json
400
Bad Request
application/json
post
/orgs/{organizationId}/sites/{siteId}/publishing/auth/regenerateLast updated
Was this helpful?