GoodMem
ReferenceClient SDKsJava SDKRequests

UpdateSpaceRequest

UpdateSpaceRequest documentation for Java SDK

UpdateSpaceRequest

Request parameters for updating a space.

Properties

NameTypeDescriptionNotes
validateLabelStrategyObject[optional]
nameStringThe new name for the space.[optional]
publicReadBooleanWhether the space is publicly readable by all users.[optional]
replaceLabelsMap<String, String>Labels to replace all existing labels. Mutually exclusive with mergeLabels.[optional]
mergeLabelsMap<String, String>Labels to merge with existing labels. Mutually exclusive with replaceLabels.[optional]
defaultChunkingConfigChunkingConfiguration[optional]