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
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Body
all ofOptional
one ofOptional
or
Responses
200
OK
application/json
Responseall of
one ofOptional
or
400
Bad Request
application/json
patch
Regenerate the publishing authentication settings for a site. This will re-generate the private key.
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Responses
200
OK
application/json
Responseall of
one ofOptional
or
400
Bad Request
application/json
post
Was this helpful?