action trashnothing_unblock_conversation { label: "Unblock conversation" provider: trashnothing method: PUT path: "/conversations/{conversation_id}/unblock" encoding: json input: { type: "object" properties: { conversation_id: { type: "string" } } required: ["conversation_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }