From d279a80733d4c9e2296209c41cd5013b50f2474c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 23 Jun 2025 21:43:41 +0200 Subject: [PATCH] relay/api: remove extra double quote in example of line date (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 3a3194f4b..a17dd1757 100644 --- a/src/plugins/relay/api/weechat-relay-api.yaml +++ b/src/plugins/relay/api/weechat-relay-api.yaml @@ -906,7 +906,7 @@ components: type: string format: date-time description: date and time of line - example: '"2023-12-05T19:46:03.847625Z' + example: '2023-12-05T19:46:03.847625Z' date_printed: type: string format: date-time