mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 12:29:30 +00:00
fix(openapi): make mixPubKey nullablle (#1470)
This commit is contained in:
parent
6be5fdf424
commit
da6bcfbfa8
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user