mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 01:27:01 +02:00
29 lines
864 B
YAML
29 lines
864 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get federation settings pertaining to relays
|
|
responses:
|
|
"200":
|
|
description: ""
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
title:
|
|
type: string
|
|
relays:
|
|
$ref: ../../../components/schemas/admin/relays.yaml#/RelaysArray
|
|
data:
|
|
type: object
|
|
properties:
|
|
in:
|
|
type: array
|
|
items:
|
|
type: number
|
|
out:
|
|
type: array
|
|
items:
|
|
type: number
|
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps |