fix(openapi): make mixPubKey nullablle

This commit is contained in:
E M 2026-06-24 17:13:50 +10:00
parent 6be5fdf424
commit 54397a334a
No known key found for this signature in database

View File

@ -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"