Update project guest access settings
Partially updates guest access and documentation publication for one project. Omitted fields stay unchanged. Set guestDocumentationVisibility to null to inherit the organization default.
Switching Hidden, AllPages, and SelectedPages does not clear saved page and folder selections. Organization members cannot call this endpoint.
PATCH
/projects/{id}/guest-accessAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredRequest body
requiredapplication/jsonguestAccessbooleanMaster switch for organization-member project access.
guestDocumentationVisibilitystring | nullProject override for guest documentation publication. Null inherits the organization default. Omit to leave unchanged.
Allowed:
HiddenAllPagesSelectedPagesResponses
200
successbooleanrequiredOperation success flag
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions