Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieUpdateSpaceRequest

    interface GenieUpdateSpaceRequest {
        description?: string;
        etag?: string;
        parentPath?: string;
        serializedSpace?: string;
        spaceId?: string;
        title?: string;
        warehouseId?: string;
    }
    Index

    Properties

    description?: string

    Optional description

    etag?: string

    ETag returned by a previous GET or UPDATE. When set, the update will fail if the space has been modified since. Omit to apply the update unconditionally.

    parentPath?: string

    Parent workspace folder path to move this Genie space under.

    serializedSpace?: string

    The contents of the Genie Space in serialized string form (full replacement). Use the Get Genie Space API to retrieve an example response, which includes the serialized_space field. This field provides the structure of the JSON string that represents the space's layout and components.

    spaceId?: string

    Genie space ID

    title?: string

    Optional title override

    warehouseId?: string

    Optional warehouse override