- Регистрация
- 22.09.2015
- Сообщения
- 6 912
- Благодарностей
- 1 290
- Баллы
- 113
Передаю так:
{
"title": "{-Variable.ARTICLE_TITLE-}",
"catid": 2,
"introtext": "<p>Вступление</p>",
"fulltext": "<p>{-Variable.ARTICLE_TEXT-}</p>",
"state": 1,
"language": "ru-RU"
}
Получаю ошибку: {"errors":[{"title":"Field required: Title\nField required: Category"}]}
Передаю так:
{
"title": "ФФФФФФ",
"catid": 2,
"introtext": "<p>Вступление</p>",
"fulltext": "<p>ИИИИИИИИ</p>",
"state": 1,
"language": "ru-RU"
}
Все ок.
{
"title": "{-Variable.ARTICLE_TITLE-}",
"catid": 2,
"introtext": "<p>Вступление</p>",
"fulltext": "<p>{-Variable.ARTICLE_TEXT-}</p>",
"state": 1,
"language": "ru-RU"
}
Получаю ошибку: {"errors":[{"title":"Field required: Title\nField required: Category"}]}
Передаю так:
{
"title": "ФФФФФФ",
"catid": 2,
"introtext": "<p>Вступление</p>",
"fulltext": "<p>ИИИИИИИИ</p>",
"state": 1,
"language": "ru-RU"
}
Все ок.