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

    Interface CreateContentPropertyForKey

    interface CreateContentPropertyForKey {
        id: string;
        key: string;
        value: PropertyValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The ID of the content to add the property to.

    key: string

    The key of the content property. Required.