Create a new PrivateSpaces instance.
Function for making API requests
Get details of a specific private space.
Requires the personal team own view organization permission; callers who are
not members of the space receive a 404 even when the space exists.
The private space ID to get
Optionaloptions: GetPrivateSpaceOptions<C>Optional parameters for filtering returned fields
Promise with the private space information
List private spaces of an organization.
Requires the personal team manage organization permission.
The organization ID to list private spaces for
Optionaloptions: ListPrivateSpacesOptions<C>Optional parameters for filtering and pagination
Promise with the list of private spaces
Update a private space.
Requires the personal team manage organization permission.
The private space ID to update
The fields to update
Optionaloptions: UpdatePrivateSpaceOptionsOptional update options
Promise with the updated private space
Class providing methods for working with Make private spaces. Requires the organization's private-spaces feature to be enabled; the API responds with error IM903 when it is not.