interface UpdateSpace {
    description?: ServerModels.SpaceDescriptionCreate;
    homepage?: {
        id: string;
    };
    name?: string;
    spaceKey: string;
}

Properties

homepage?: {
    id: string;
}

The page to set as the homepage of the space.

Type declaration

  • id: string

    The ID of the page.

name?: string

The name of the space.

spaceKey: string

The key of the space to update.

Generated using TypeDoc v0.25.12