mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 14:21:14 +00:00
rpc: add private & unconditional to /dial_peer (#5293)
## Description Allow dialing of private and unconditional peers through the RPC Closes: #1705
This commit is contained in:
@@ -569,6 +569,18 @@ paths:
|
||||
schema:
|
||||
type: boolean
|
||||
example: true
|
||||
- in: query
|
||||
name: unconditional
|
||||
description: Have the peers you are dialing be unconditional
|
||||
schema:
|
||||
type: boolean
|
||||
example: true
|
||||
- in: query
|
||||
name: private
|
||||
description: Have the peers you are dialing be private
|
||||
schema:
|
||||
type: boolean
|
||||
example: true
|
||||
- in: query
|
||||
name: peers
|
||||
description: array of peers to dial
|
||||
|
||||
Reference in New Issue
Block a user