I want to create a new content node in an UmbracoApiController method. But always get the error. Before save the node.path property is null, after save with error node. path has correct content.
I found the reason for this behavior. Property content had data type grid layout. I have to set the value in the corresponding grip format.
for instance:
{"name":"1 spaltig","sections":[{"grid":"12","rows":[]}]}
JsonReaderException on contentService.Save
I want to create a new content node in an UmbracoApiController method. But always get the error. Before save the node.path property is null, after save with error node. path has correct content.
I found the reason for this behavior. Property content had data type grid layout. I have to set the value in the corresponding grip format. for instance: {"name":"1 spaltig","sections":[{"grid":"12","rows":[]}]}
is working on a reply...