Sorry for the beginner question. I'm using Notion API library and the getRichText return a List<String> but setRichText expects a parameter of type String <set-?>.
I have no clue what is expected here.
Obviously a List<String> does not work, and I have no idea how to convert the List<String> to String <set-?>.
Problem solved, it just expects a String.