POST
/api/im/admin/moderation/content/batch
Batch quarantine/restore
No code sample available for this language
Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| action | string (quarantine | restore) | Y | — | |
| contentType | string (gene | skill) | Y | — | |
| ids | string[] | Y | — |
Response Example
{
"ok": true,
"data": {
"processed": 12,
"total": 15
}
}