1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

relay/api: remove error 400 which is never returned in response to GET /api/scripts

This commit is contained in:
Sébastien Helleu
2026-06-08 23:11:27 +02:00
parent 80a47b6731
commit de878b2303
@@ -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: