From 8b2165d441556d2215a008c6c446d0895a1eae94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 23 Jun 2025 21:47:03 +0200 Subject: [PATCH] relay/api: fix example of ping data 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 c002fdedc..e975f1af3 100644 --- a/src/plugins/relay/api/weechat-relay-api.yaml +++ b/src/plugins/relay/api/weechat-relay-api.yaml @@ -1183,7 +1183,7 @@ components: properties: data: type: string - example: 1714854355123456 + example: '1714854355123456' required: - data