I am posting this data to the posts endpoint for creating one post. However the generated post displays only the title but not the html:
{'posts': [{'html': '<p>foo</p>', 'title': 'foo'}]}
Anything missing here?
I am posting this data to the posts endpoint for creating one post. However the generated post displays only the title but not the html:
{'posts': [{'html': '<p>foo</p>', 'title': 'foo'}]}
Anything missing here?