Batch create app item groups
batchcreateappcontentgroup, use contentappcontent worksheetandcustom pagecontentgroupingdisplay.
Request
Body Params application/json
{
"parentId": "string",
"sections": [
{
"icon": "string",
"name": "string"
}
]
}
Request Code Samples
curl --location 'https://www.nocoly.com/v3/app/sections/batch' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"parentId": "string",
"sections": [
{
"icon": "string",
"name": "string"
}
]
}'
Responses
App item group created successfully
{
"success": true,
"error_code": 1,
"data": {
"sectionIds": [
"676910ae3e6f2583f5d3edd5"
]
}
}
Modified at 2026-06-25 10:21:06