mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-30 04:10:27 +01:00
19 lines
564 B
YAML
19 lines
564 B
YAML
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.
|
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps |