Hello, I’m facing what I think it’s either a bug in the API or wrong documentation.
The mutation create_update accepts a mandatory parameter body, and an optional item_id. This suggests that I could post public updates to the platform.
The problem is that if the mutation is called without an item_id I get a 500 HTTP error. Using an item_id is fine, though.