Создает новую категорию.
https://yourproject.userecho.ru/api/v2/forums/[forum_id]/categories.json
Параметр | Значение | Обязательный? | По умолчанию | Опции | Описание |
---|---|---|---|---|---|
name | String | yes | Имя категории | ||
description | String | no | "" | Category description | |
parent_id | Integer | no | null | Parent category ID |
{
"name": "New category",
"description": "Our new category",
"parent_id": 4
}
{
"topic_count": 0,
"description": "Our new category",
"name": "New category",
"id": 12
}