From 3742fbd0a0997136c90054b9f55a5a203befed14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 6 May 2024 00:06:33 +0200 Subject: [PATCH] Relay API spec: add `input` field in POST /api/sync --- specs/2023-005-relay-http-rest-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/2023-005-relay-http-rest-api.md b/specs/2023-005-relay-http-rest-api.md index 61fd51f..4887804 100644 --- a/specs/2023-005-relay-http-rest-api.md +++ b/specs/2023-005-relay-http-rest-api.md @@ -1167,6 +1167,7 @@ Body parameters: - `sync` (boolean, optional, default: `true`): `true` to enable synchronization with WeeChat - `nicks` (boolean, optional, default: `true`): `true` to receive nick updates in buffers (used only if `sync` is `true`) +- `input` (boolean, optional, default: `true`): `true` to synchronize input from remote to local (used only if `sync` is `true`) - `colors` (string, optional, default: `ansi`): how to return strings with color codes (used only if `sync` is `true`): - `ansi`: return ANSI color codes - `weechat`: return WeeChat internal color codes