mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 18:37:30 +02:00
* feat: third-party blocklists * docs: openapi routes for blocklist routes * fix: handle null blocklists check
14 lines
315 B
YAML
14 lines
315 B
YAML
BlocklistObject:
|
|
type: object
|
|
properties:
|
|
url:
|
|
type: string
|
|
description: The blocklist URL
|
|
example: https://example.org/blocklist
|
|
count:
|
|
type: number
|
|
description: The number of blocked domains on the list
|
|
BlocklistArray:
|
|
type: array
|
|
items:
|
|
$ref: '#/BlocklistObject' |