Hi, I currently have a POST request being sent in with an array of 3 objects that each have title, description, and metadataJson. The REST response is always a 200 and it seems to upload no problem, but it seems that it is not properly pulling in the Section array. My use case is describing the skills of a baseball player based on his hitting, pitching, and fielding. I want 1 item in the array to be a chunk of text representing hitting, one array item for pitching, and one for fielding. The document’s title, description and metadataJson are just identifiers for a user to pull the player.
Any ideas?