From fca2412424a280dd357ac32697a4acaae143042f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 23 Jun 2025 21:46:30 +0200 Subject: [PATCH] relay/api: fix example of completion list in OpenAPI document --- src/plugins/relay/api/weechat-relay-api.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/relay/api/weechat-relay-api.yaml b/src/plugins/relay/api/weechat-relay-api.yaml index a17dd1757..c002fdedc 100644 --- a/src/plugins/relay/api/weechat-relay-api.yaml +++ b/src/plugins/relay/api/weechat-relay-api.yaml @@ -1167,11 +1167,11 @@ components: type: array items: type: string - example: - - 'query' - - 'quiet' - - 'quit' - - 'quote' + example: + - 'query' + - 'quiet' + - 'quit' + - 'quote' required: - context - base_word