Files

30 lines
822 B
YAML
Raw Permalink Normal View History

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