The body of the new content. Does not apply to attachments. Only one body format should be specified as the property for this object, e.g. storage.

Note, editor2 format is used by Atlassian only. anonymous_export_view is the same as export_view format but only content viewable by an anonymous user is included.

interface ContentTemplateBody {
    anonymous_export_view?: ContentBody;
    atlas_doc_format?: ContentBody;
    editor?: ContentBody;
    editor2?: ContentBody;
    export_view?: ContentBody;
    storage?: ContentBody;
    styled_view?: ContentBody;
    view?: ContentBody;
    wiki?: ContentBody;
}

Hierarchy

  • Record<string, unknown>
    • ContentTemplateBody

Properties

anonymous_export_view?: ContentBody
atlas_doc_format?: ContentBody
editor?: ContentBody
editor2?: ContentBody
export_view?: ContentBody
storage?: ContentBody
styled_view?: ContentBody