mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 18:37:30 +02:00
30 lines
822 B
YAML
30 lines
822 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get federation error data
|
|
responses:
|
|
"200":
|
|
description: Error data
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
title:
|
|
type: string
|
|
errors:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
body:
|
|
type: string
|
|
stack:
|
|
type: string
|
|
hostname:
|
|
type: string
|
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps
|