From da6bcfbfa8ba7cfb50ddecbf67f8e551fd9907b3 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:25:12 +1000 Subject: [PATCH] fix(openapi): make mixPubKey nullablle (#1470) --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index 490b989d..c3bbdc6b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -128,6 +128,7 @@ components: description: Hex-encoded libp2p public key of the node mixPubKey: type: string + nullable: true description: Hex-encoded mix public key (present only for nodes that support mix) table: $ref: "#/components/schemas/PeersTable"