Я пытаюсь создать новый объект с помощью API pimcore rest.
Объект, который я пытаюсь создать, содержит блоки. Объект создан, но контент, который должен появиться в блоке, не создан.
{
"className": "TrainingCourseMaterial",
"parentId": -1,
"key": "Slides",
"published": true,
"data": {
"elements": [{
"type": "block",
"value": [{
"contentlanguage": "de",
"slides": [{
"image__image": 1859,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1860,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1861,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1862,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1863,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1864,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1865,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1866,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1867,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1868,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
},
{
"image__image": 1869,
"image__hotspots": {
"hotspots": [],
"marker": [],
"crop": []
}
}
]
}
],
"name": "SlidesBlock",
"language": null
}]
}
}
Не уверен, возможно ли это вообще. В крайнем случае будет использовать API администратора.