Question about Tags list
I have a little question about the entity_type tag list. What effect has the difference between doing :
{"values":[ "zombie", ... }]and
{ "replace": false, "values": [ { "required": false, "id": "zombie" } ]}? I mean the "replace" and "required", how are they acting there ?