ic_admin_reject_highlight
ActiveTool of Immersive Commons
declared in 1.31.0
Drop a pending highlight from the moderation queue with an optional reason and write an audit entry. Does not publish. Scope: admin:highlights_review.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"maxLength": 120,
"minLength": 1,
"description": "The pending highlight id to reject (the submission slug)."
},
"reason": {
"type": "string",
"maxLength": 400,
"description": "Optional moderator note, recorded in the audit log."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Immersive Commons
https://github.com/immersive-commons/ic-skills
1/7 registries