From de878b2303a73b17a930e8f7cf0a9c34e9729dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 8 Jun 2026 23:11:27 +0200 Subject: [PATCH] relay/api: remove error 400 which is never returned in response to `GET /api/scripts` --- src/plugins/relay/api/weechat-relay-api.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/plugins/relay/api/weechat-relay-api.yaml b/src/plugins/relay/api/weechat-relay-api.yaml index 6c3a7acb6..8c7a7f365 100644 --- a/src/plugins/relay/api/weechat-relay-api.yaml +++ b/src/plugins/relay/api/weechat-relay-api.yaml @@ -588,12 +588,6 @@ paths: application/json: schema: $ref: '#/components/schemas/Error' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/Error' '503': description: Out of memory content: