From 0badcb662a4d42a3b7e2d5079d1f2adb2db4a8c3 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 8 Jan 2025 08:34:54 +0100 Subject: [PATCH] chore(openapi): add announceAddresses for debug (#994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adam Uhlíř --- openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 931ad7b1..c38c916f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -138,6 +138,10 @@ components: description: Path of the data repository where all nodes data are stored spr: $ref: "#/components/schemas/SPR" + announceAddresses: + type: array + items: + $ref: "#/components/schemas/MultiAddress" table: $ref: "#/components/schemas/PeersTable" codex: