{ "operationId": "collectionsExportAll", "path": "/collections.export_all", "method": "POST", "summary": "Export all collections", "tags": [ "Collections" ], "requestSchema": { "type": "object", "properties": { "format": { "type": "string", "enum": [ "outline-markdown", "json", "html" ] }, "includeAttachments": { "type": "boolean", "description": "Whether to include attachments in the export.", "default": true }, "includePrivate": { "type": "boolean", "description": "Whether to include private collections in the export.", "default": true } } } }