拥有此API的权限集 |
---|
素材管理-素材分组操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.material.category_edit/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"parent_id": 45781,
"access_token":"xe_xxxxx",
"category_id": 45785,
"name": "dd bbg",
"type": 1
}'
{
"code": 0,
"msg": "ok",
"data": null
}