Update the properties of a documentation site
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
Title of the site
The visibility setting of the site determines the audience of the site.
public: Anyone can access the site, and the site is indexed by search engines.unlisted: Anyone can access the site, and the site is not indexed by search enginesshare-link: Anyone with a secret token in the url can access the site.visitor-auth: Anyone authenticated through a JWT token can access the site.
Basename for the site. For e.g. api
Default level for a piece of content
"The role of a member in an organization. "admin": Can administrate the content: create, delete spaces, ... "create": Can create content. "review": Can review content. "edit": Can edit the content (live or change requests). "comment": Can access the content and its discussions. "read": Can access the content, but cannot update it in any way.
ID of the site-space to be used as the default at the root level. If site has sections, this will mark the default site space in the site's default section.
ID of the site-section to be used as the default.
Configure a proxy URL for a site. For example, you can use it to host the site on a subdirectory of your domain like https://company.com/docs.
Use null to remove the proxy.
^([\w-]+\.)*[\w-]+\.[a-zA-Z]{2,}(\/[\w-]+)+$Attach an existing styleguide to the site by the ID of the styleguide space, or null to detach the current one. The space must be a styleguide owned by the same organization.
OK
Unique identifier of the site
The type of the site
The currently applied type of the site. For example, frozen sites will have this set to Basic.
Title of the site
Custom hostname for the site, for e.g. docs.mycompany.com
^([a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?[.]){2,}[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$Basename for the site. For e.g. api
The visibility setting of the site determines the audience of the site.
public: Anyone can access the site, and the site is indexed by search engines.unlisted: Anyone can access the site, and the site is not indexed by search enginesshare-link: Anyone with a secret token in the url can access the site.visitor-auth: Anyone authenticated through a JWT token can access the site.
Default level for a piece of content
"The role of a member in an organization. "admin": Can administrate the content: create, delete spaces, ... "create": Can create content. "review": Can review content. "edit": Can edit the content (live or change requests). "comment": Can access the content and its discussions. "read": Can access the content, but cannot update it in any way.
Whether the site is live or not. If true, the site is accessible to the audience defined by the visibility setting.
OK
Last updated
Was this helpful?