Hi, I have a content type that contains a field of type rich text (block). The query via REST API works and returns the information nested (type: paragraph, children etc.).
(My field is called “content”)
Is it possible to fill this field via REST API POST request? If so, how must my JSON be formatted so that the field is filled with a value?
In my previous tests, only the “title” field was ever filled, “content” remains empty…
I feel like that should at least save one node inside of the content for the rich-text block editor. The sample response provided should include most, if not all, of the blocks that can be output via the editor currently
As @cpres said, it can be tricky to work with as you need to ensure the provided object adheres to the expected shape. If you’re still working on it and run into trouble feel free to drop an update with the issues you’re encountering