Update mention status
Execute the update_mention_status capability through REST or MCP with the same authorization and project checks.
WriteMinimum role: editor
REST
PATCH
/api/v1/mentions/:mentionIdcurl "https://chatterbeam.com/api/v1/mentions/{mentionId}" \
--request PATCH \
--header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
--header "Idempotency-Key: unique-operation-key"MCP
Tool name: update_mention_status. The tool returns the same structured { data, meta } result as REST.
Input
mentionIdRequired path identifierAuthorization
Required scope: mentions:write. Scope checks are followed by current project membership and the editor minimum role.