From 23a8af2ec152b70eb10d20c33a76b08e336450fc Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 17 Apr 2026 00:03:22 -0400 Subject: [PATCH] fix: hideSave no longer required, data prop --- public/openapi/read/admin/federation/relays.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/public/openapi/read/admin/federation/relays.yaml b/public/openapi/read/admin/federation/relays.yaml index 8dc22387d3..17105d6cd7 100644 --- a/public/openapi/read/admin/federation/relays.yaml +++ b/public/openapi/read/admin/federation/relays.yaml @@ -15,7 +15,15 @@ get: type: string relays: $ref: ../../../components/schemas/admin/relays.yaml#/RelaysArray - hideSave: - type: boolean - description: A flag to instruct the template engine to hide the save button + data: + type: object + properties: + in: + type: array + items: + type: number + out: + type: array + items: + type: number - $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file