Skip to content

Commit

Permalink
Relay API spec: add input field in POST /api/sync
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed May 5, 2024
1 parent c832b2c commit 3742fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/2023-005-relay-http-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3742fbd

Please sign in to comment.