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

    Interface CreateSpacePropertyForKey

    interface CreateSpacePropertyForKey {
        key: string;
        spaceKey: string;
        value: PropertyValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    The key of the property to be created.

    spaceKey: string

    The key of the space that the property will be created in.