Fill fields of type Rich text (Blocks) via REST API

System Information
  • Strapi Version: 4.20.1
  • Operating System:
  • Database: SQLite
  • Node Version: 20
  • NPM Version:
  • Yarn Version:

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.).

2024-02-20_15-26-35

(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…