Files
NodeBB/public/openapi/read/admin/federation/errors.yaml
2026-04-09 20:15:42 -04:00

24 lines
718 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
hideSave:
type: boolean
description: A flag to instruct the template engine to hide the save button
errors:
type: array
items:
$ref: ../../../components/schemas/admin/error.yaml#/ErrorObject
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps