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

    Interface UpdateSpaceProperty

    interface UpdateSpaceProperty {
        key: string;
        spaceKey: string;
        value: Record<string, any>;
        version: { minorEdit?: boolean; number: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

    key: string

    The key of the property to be updated.

    spaceKey: string

    The key of the space that the property is in.

    value: Record<string, any>

    The value of the property.

    version: { minorEdit?: boolean; number: number }

    The version number of the property.

    Type declaration

    • OptionalminorEdit?: boolean

      If minorEdit is set to 'true', no notification email or activity stream will be generated for the change.

    • number: number

      The new version for the updated space property. Set this to the current version number incremented by one. To get the current version number, use 'Get space property' and retrieve version.number.