Files
NodeBB/public/openapi/read/admin/federation/safety.yaml
Julian Lam 4b7be68d1b feat: Third-party blocklists (#14115)
* feat: third-party blocklists

* docs: openapi routes for blocklist routes

* fix: handle null blocklists check
2026-03-25 11:31:50 -04:00

20 lines
597 B
YAML

get:
tags:
- admin
summary: Get federation settings pertaining to trust and safety
responses:
"200":
description: ""
content:
application/json:
schema:
allOf:
- type: object
properties:
title:
type: string
blocklists:
$ref: ../../../components/schemas/admin/blocklists.yaml#/BlocklistArray
instanceCount:
type: number
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps