Add missing responses to server blocklist

This commit is contained in:
Chocobozzz
2026-03-05 11:37:22 +01:00
parent 80e3be3559
commit af585a8c3a
+24
View File
@@ -6541,6 +6541,18 @@ paths:
responses:
'200':
description: successful operation
content:
application/json:
schema:
type: object
properties:
total:
type: integer
example: 1
data:
type: array
items:
$ref: '#/components/schemas/AccountBlock'
post:
tags:
- Server Blocklist
@@ -6602,6 +6614,18 @@ paths:
responses:
'200':
description: successful operation
content:
application/json:
schema:
type: object
properties:
total:
type: integer
example: 1
data:
type: array
items:
$ref: '#/components/schemas/ServerBlock'
post:
tags:
- Server Blocklist