2024-07-05 13:36:47 -04:00
|
|
|
get:
|
|
|
|
|
tags:
|
|
|
|
|
- admin
|
2026-02-27 11:54:30 -05:00
|
|
|
summary: Get federation settings pertaining to relays
|
2024-07-05 13:36:47 -04:00
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: ""
|
|
|
|
|
content:
|
|
|
|
|
application/json:
|
|
|
|
|
schema:
|
|
|
|
|
allOf:
|
|
|
|
|
- type: object
|
|
|
|
|
properties:
|
|
|
|
|
title:
|
|
|
|
|
type: string
|
2025-08-27 14:16:24 -04:00
|
|
|
relays:
|
2025-08-27 14:21:41 -04:00
|
|
|
$ref: ../../../components/schemas/admin/relays.yaml#/RelaysArray
|
2026-04-17 00:03:22 -04:00
|
|
|
data:
|
|
|
|
|
type: object
|
|
|
|
|
properties:
|
|
|
|
|
in:
|
|
|
|
|
type: array
|
|
|
|
|
items:
|
|
|
|
|
type: number
|
|
|
|
|
out:
|
|
|
|
|
type: array
|
|
|
|
|
items:
|
|
|
|
|
type: number
|
2024-07-05 13:36:47 -04:00
|
|
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps
|