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

    Interface ContentBodyCreateStorage

    This object is used when creating or updating content.

    interface ContentBodyCreateStorage {
        representation: string;
        value: string;
    }
    Index

    Properties

    representation: string

    The content format type. Set the value of this property to the name of the format being used, e.g. 'storage'.

    value: string

    The body of the content in the relevant format.