From f055e1674846cfca33dada6eea869dee6f415400 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 20 Nov 2024 14:29:02 +0100 Subject: [PATCH] chore(openapi): add announceAddresses for debug --- 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: