Have anyone sort this out?
The last version was a nested API controller from Umbraco 8 this is for Umbraco 9+.
var nestedContents = currentEventPage.Value<IEnumerable
>("registeredParticipantsNew", umbracoEvent.CultureName);
"UmbracoParticipant" is a custom model for the Block list items.
I want to populate a new participant to the Block list and then send it back with SetValue to the specific node in Umbraco.