diff options
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/api/weechat-relay-api.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/relay/api/weechat-relay-api.yaml b/src/plugins/relay/api/weechat-relay-api.yaml index ba3e9aaa2..35aa1779b 100644 --- a/src/plugins/relay/api/weechat-relay-api.yaml +++ b/src/plugins/relay/api/weechat-relay-api.yaml @@ -403,6 +403,9 @@ paths: - sync description: | Synchronize with WeeChat. + + This endpoint can only be used when connected via websocket: WeeChat + will then push messages to the client at any time. operationId: sync parameters: - $ref: '#/components/parameters/totp' |