Files

29 lines
864 B
YAML
Raw Permalink Normal View History

get:
tags:
- admin
2026-02-27 11:54:30 -05:00
summary: Get federation settings pertaining to relays
responses:
"200":
description: ""
content:
application/json:
schema:
allOf:
- type: object
properties:
title:
type: string
relays:
2025-08-27 14:21:41 -04:00
$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