Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface SpaceUpdate

    interface SpaceUpdate {
        description?: SpaceDescriptionCreate;
        homepage?: { id: string };
        name?: string;
        status?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    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.

    status?: string

    The updated status for this space.

    type?: string

    The updated type for this space.