Liveblocks

Official
by liveblocks

mark-thread-as-unresolved

Use this tool to change the status of a Liveblocks thread to unresolved. Provide the room ID, thread ID, and user ID to update the thread's resolution status.

Instructions

Mark a Liveblocks thread as unresolved

Input Schema

NameRequiredDescriptionDefault
dataYes
roomIdYes
threadIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "additionalProperties": false, "properties": { "userId": { "type": "string" } }, "required": [ "userId" ], "type": "object" }, "roomId": { "type": "string" }, "threadId": { "type": "string" } }, "required": [ "roomId", "threadId", "data" ], "type": "object" }
ID: x714wi36o5