From 4444addf4d2a41fcfc58bbbfbd6198f90cd57c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 23 Jun 2025 21:42:58 +0200 Subject: [PATCH] relay/api: fix operationId of completion resource in OpenAPI document --- src/plugins/relay/api/weechat-relay-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relay/api/weechat-relay-api.yaml b/src/plugins/relay/api/weechat-relay-api.yaml index 6d7186765..3a3194f4b 100644 --- a/src/plugins/relay/api/weechat-relay-api.yaml +++ b/src/plugins/relay/api/weechat-relay-api.yaml @@ -522,7 +522,7 @@ paths: - completion description: | Complete user command or text. - operationId: input + operationId: completion parameters: - $ref: '#/components/parameters/totp' requestBody: