Files

23 lines
783 B
YAML
Raw Permalink Normal View History

get:
tags:
- admin
summary: Get federation (ActivityPub) settings
responses:
"200":
description: ""
content:
application/json:
schema:
allOf:
- type: object
properties:
title:
type: string
instanceCount:
type: number
description: The number of ActivityPub-enabled instances that this forum knows about.
rules:
$ref: ../../../components/schemas/admin/rules.yaml#/RulesArray
relays:
2025-08-27 14:21:41 -04:00
$ref: ../../../components/schemas/admin/relays.yaml#/RelaysArray
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps