Files
NodeBB/public/openapi/read/admin/settings/activitypub.yaml
2024-07-05 13:36:47 -04:00

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