POST

/api/im/admin/moderation/content/batch

Batch quarantine/restore

当前语言暂无代码示例

请求体

FieldTypeReqDefaultDescription
actionstring (quarantine | restore)Y
contentTypestring (gene | skill)Y
idsstring[]Y

响应示例

{
  "ok": true,
  "data": {
    "processed": 12,
    "total": 15
  }
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test