nexus_lock_comment_thread
Prevent further replies on a comment thread by locking it. Requires moderator permissions or thread ownership; returns the thread ID and locked timestamp.
Instructions
Lock a comment thread (e.g. a mod's comments page) via v2 GraphQL.
Requires moderator permissions or thread ownership.
Returns: JSON {commentThread: {id, lockedAt}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_thread_id | Yes | Comment thread ID to lock. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |