From 80a47b673176c91d6328ee6764cadca5df26b063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 8 Jun 2026 23:11:06 +0200 Subject: [PATCH] relay/api: add missing fields in script object in OpenAPI document --- src/plugins/relay/api/weechat-relay-api.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/plugins/relay/api/weechat-relay-api.yaml b/src/plugins/relay/api/weechat-relay-api.yaml index dda011957..6c3a7acb6 100644 --- a/src/plugins/relay/api/weechat-relay-api.yaml +++ b/src/plugins/relay/api/weechat-relay-api.yaml @@ -1384,9 +1384,21 @@ components: version: type: string example: '3.1.1' + description: + type: string + example: 'Quick jump to buffers' + author: + type: string + example: 'Sébastien Helleu ' + license: + type: string + example: 'GPL3' required: - name - version + - description + - author + - license Completion: type: object properties: