I’m using Postman to create a page in Confluence.
Something like this:
"body": {
"representation": "atlas_doc_format",
"value": "{\"type\":\"doc\",\"version\":1,\"content\":[{\"type\":\"heading\",\"attrs\":{\"level\":2},\"content\":[{\"type\":\"text\",\"text\":\"This is a Heading Level 2\"}]},{\"type\":\"table\",\"content\":[{\"type\":\"tableRow\",\"content\":{\"type\":\"tableHeader\",\"content\":[{\"type\":\"text\",\"text\":\"Header 1\"}]}},{\"type\":\"tableRow\",\"content\":{\"type\":\"tableCell\",\"content\":[{\"type\":\"text\",\"text\":\"Row 1, Col 1\"}]}}]}]}"
}
returns this error: “Error converting ADF to storage format”
I can do it with just a paragraph and a heading but it doesn’t like when I add a very simple table. Any suggestions on what could be going wrong?