UpdateSpaceRequest
UpdateSpaceRequest documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| validateLabelStrategy | Object | [optional] | |
| name | String | The new name for the space. | [optional] |
| publicRead | Boolean | Whether the space is publicly readable by all users. | [optional] |
| replaceLabels | {String: String} | Labels to replace all existing labels. Mutually exclusive with mergeLabels. | [optional] |
| mergeLabels | {String: String} | Labels to merge with existing labels. Mutually exclusive with replaceLabels. | [optional] |
| defaultChunkingConfig | ChunkingConfiguration | [optional] |