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

    Interface ContentBodyCreate

    This object is used when creating or updating content.

    interface ContentBodyCreate {
        additionalProperties?: any;
        representation: string;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalProperties?: any
    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.