fix(openapi): make mixPubKey nullablle (#1470)

This commit is contained in:
Eric 2026-06-24 19:25:12 +10:00 committed by GitHub
parent 6be5fdf424
commit da6bcfbfa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"