POST
/api/im/admin/moderation/content/batch
Batch quarantine/restore
当前语言暂无代码示例
请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| action | string (quarantine | restore) | Y | — | |
| contentType | string (gene | skill) | Y | — | |
| ids | string[] | Y | — |
响应示例
{
"ok": true,
"data": {
"processed": 12,
"total": 15
}
}